Hi all,<br>I&#39;m tyring to use SSL in Apache.  I&#39;ve created a self signed cert for testing and setup an SSL vhost using the template provided.<br><br>When I got to https:\\<a href="http://testserver.domain.com">testserver.domain.com</a> in Firefox I get <br>
<br>Secure Connection Failed<br>An error occurred during a connection to <a href="http://testserver.domain.com">testserver.domain.com</a><br>SSL received a record that exceeded the maximum permissible length.<br>(Error code: ssl_error_rx_record_too_long)<br>
The page you are trying to view can not be shown because the authenticity of the received data could not be verified.<br>    *  Please contact the web site owners to inform them of this problem. <br><br>After a bit of searching round the net I tried<br>
<br>testserver:~ # openssl s_client -connect localhost:443 -state -debug<br>CONNECTED(00000003)<br>SSL_connect:before/connect initialization<br>write to 0x80c61c0 [0x80c6208] (136 bytes =&gt; 136 (0x88))<br>0000 - 80 86 01 03 01 00 5d 00-00 00 20 00 00 39 00 00   ......]... ..9..<br>
0010 - 38 00 00 35 00 00 88 00-00 87 00 00 84 00 00 16   8..5............<br>0020 - 00 00 13 00 00 0a 07 00-c0 00 00 33 00 00 32 00   ...........3..2.<br>0030 - 00 2f 00 00 45 00 00 44-00 00 41 03 00 80 00 00   ./..E..D..A.....<br>
0040 - 05 00 00 04 01 00 80 00-00 15 00 00 12 00 00 09   ................<br>0050 - 06 00 40 00 00 14 00 00-11 00 00 08 00 00 06 04   ..@.............<br>0060 - 00 80 00 00 03 02 00 80-33 fa 66 1e 41 05 b8 e3   ........3.f.A...<br>
0070 - 00 59 e5 ed 08 77 c1 45-ac 4b 05 1d 51 d3 28 65   .Y...w.E.K..Q.(e<br>0080 - 79 ad 7a ac 1b 37 65 8f-                          y.z..7e.<br>SSL_connect:SSLv2/v3 write client hello A<br>read from 0x80c61c0 [0x80cb768] (7 bytes =&gt; 7 (0x7))<br>
0000 - 3c 3f 78 6d 6c 20 76                              &lt;?xml v<br>SSL_connect:error in SSLv2/v3 read server hello A<br>6384:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:585:<br><br>Any ideas?<br>
<br>Cheers,<br><br>Nathan.<br>