https://bz.apache.org/bugzilla/show_bug.cgi?id=62356
--- Comment #2 from ricky rocker <[email protected]> --- Thanks for the feedback. You're right. I tried setting the first VirtualHost to listen on 444 as follows: <VirtualHost *:444> ServerName www.x.y.z RewriteEngine On RewriteRule (.*) https://x.y.z/ [R] </VirtualHost> Apache starts fine (because the port is not 443) Then on my client browser (Firefox), I tried http://www.x.y.z:444 and it worked. (as expected) Next I tried: https://www.x.y.z:444 and I received the following message back: Secure Connection Failed An error occurred during a connection to www.x.y.z:444. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG So, as you say - the SSL gets broken. So I'm 100% comfortable for the bug to be closed as not-a-bug. Thanks again for taking the time to provide feedback on this. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
