On Tue, Apr 4, 2017 at 5:09 PM, Robert Moskowitz <[email protected]> wrote: > An error occurred during a connection to webmail.test.htt-consult.com. SSL > received a record that exceeded the maximum permissible length. Error code: > SSL_ERROR_RX_RECORD_TOO_LONG
It usually means you're talking SSL to a non-SSL port. Check out your vhosts (apachectl -S), and listen directives, and the context of SSLEngine. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
