Open KhazAkar opened 9 months ago
👋 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:
This Stack Overflow post might help with troubleshooting Apache. Here is the configuration instructions for SSL in the project.
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):
dockerd -v Docker version 25.0.3, build 4debf41
docker-compose -v Docker Compose version v2.24.5