Author Topic: SSL on Port 443 is not working  (Read 2044 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
SSL on Port 443 is not working
« on: June 13, 2022, 06:47:31 AM »
Hi there.
My servers got SSL error that look like this:

Code: [Select]
$ 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.
« Last Edit: June 13, 2022, 07:15:08 AM by jsme »