You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 I was the one who added SSL support to the project. To clarify SSL (HTTPS) support is disabled by default and requires manual setup.
An SSL_ERROR_RX_RECORD_TOO_LONG error often occurs when you instruct the server (Apache in this case) to listen for SSL/TLS connections on a port the client is trying to connect to, but you are sending back an HTTP response instead. This HTTP response is then interpreted as the SSL/TLS handshake and fails.
You should troubleshoot and verify the following:
Created valid SSL certificates and placed them in the correct location.
Adjusted the permissions of the SSL certificates if on/in a Linux environment.
Correctly configured Apache to use these certificates in the vhost file including using the correct port.
Check any proxies you are using or are between you and the KVM, they could be routing traffic incorrectly.
Describe the bug
When trying to connect to LAMP stack over HTTPS, SSL_ERROR_RX_RECORD_TOO_LONG happens
which Branch / PHP Version are you using ?
php83
Steps to reproduce
Expected behavior
No SSL error
Screenshots
Desktop (please complete the following information):
Additional context
Server runs in KVM, slackware64-current using docker build from their site, 'statically' built.
The text was updated successfully, but these errors were encountered: