Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jsme

Pages: [1]
1
SSL / 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.

2
CentOS-WebPanel Bugs / Re: Cant login to CWP User :2083
« on: June 02, 2022, 08:25:50 AM »
Hi there
I got the same issues.

OS: Rocky Linux release 8.6 (Green Obsidian)
MySQL: Ver 8.0.26 for Linux on x86_64

I solve the Issue by edit /root/.my.cnf and update mysql root user to user mysql_native_password

Pages: [1]