. Advertisement .
..3..
. Advertisement .
..4..
The error
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
occurred when I remove the CompatEnvVars from SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire . I’ve tried to fix it for some days but have not resolved it yet. Can someone suggest a relevant solution to fix the ssl received a record that exceeded the maximum permissible length issue? Much appreciate your support.
The cause: This issue can occur if the SSL module has been activated (e.g.
a2enmod ssl
has been ran) but no SSL site entries have been enabled (e.g.a2ensite default-ssl
hasn’t been ran).The solution: You can solve this error by running:
I used
It worked like a charm.
You can force phpmyadmin to use SSL/https. If this link is not present, phpmyadmin will not use SSL/https.