Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Robert Moskowitz
On 04/04/2017 05:37 PM, Eric Covener wrote: On Tue, Apr 4, 2017 at 5:34 PM, Robert Moskowitz wrote: Now what do I do Every vhost with *:443 should have SSLEngine ON. I am seeing that. I have to relook at how roundcubemail NORMALLY configures its helper urls and adjust that to my new

Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Eric Covener
On Tue, Apr 4, 2017 at 5:34 PM, Robert Moskowitz wrote: > Now what do I do Every vhost with *:443 should have SSLEngine ON. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org Fo

Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Robert Moskowitz
On 04/04/2017 05:17 PM, Eric Covener wrote: On Tue, Apr 4, 2017 at 5:09 PM, Robert Moskowitz 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 m

Re: [users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Eric Covener
On Tue, Apr 4, 2017 at 5:09 PM, Robert Moskowitz 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.

[users@httpd] SSL_ERROR_RX_RECORD_TOO_LONG

2017-04-04 Thread Robert Moskowitz
New 2.4 server on Centos; first attempt to connect via TLS and get: 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 my conf file has: SSLEngine On