Hi there.
My servers got SSL error that look like this:
$ curl -v https:/MYHOST/
* Trying MY_IP:443...
* Connected to MYHOST (MY_IP) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* error:1408F10B:SSL routines:ssl3_get_record:wrong version number
* Closing connection 0
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
I got the SSL error on any domain that pointer to our server.
Tried to rebuild "Webserver" Configuration, but still got the issue.
By the way i use Apache for webserver sevice and SSL on port User Panel (2083) and admin panel (2087) is working just fine.