Control Web Panel

WebPanel => SSL => Topic started by: jsme on June 13, 2022, 06:47:31 AM

Title: SSL on Port 443 is not working
Post by: jsme 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.