On Sat, 2005-02-26 at 20:51 +0100, Patrick Marquetecken wrote:
> Hi,
> I'm trying to get ssl working on port 843, but i have some troubles.

I assume from the rest of your mail that the above line is a mistake and
you mean 8443 not 843.

Have you restarted your web server after changing
modules.d/40_mod_ssl.conf ?? Are you trying to run ssl on two ports 443
and 8443? 

> Http runs on 8080 and in  vi modules.d/40_mod_ssl.conf i have Listen on 8443.
> If i run: openssl s_client -connect localhost:443 -state -debug
> there are no errors but when i run it on port 8443
> openssl s_client -connect localhost:8443 -state -debug
> CONNECTED(00000003)
> SSL_connect:before/connect initialization
> write to 080A9D30 [080AA460] (148 bytes => 148 (0x94))
> 0000 - 80 92 01 03 01 00 69 00-00 00 20 00 00 39 00 00   ......i... ..9..
> 0010 - 38 00 00 35 00 00 16 00-00 13 00 00 0a 07 00 c0   8..5............
> 0020 - 00 00 33 00 00 32 00 00-2f 00 00 07 05 00 80 03   ..3..2../.......
> 0030 - 00 80 00 00 66 00 00 05-00 00 04 01 00 80 08 00   ....f...........
> 0040 - 80 00 00 63 00 00 62 00-00 61 00 00 15 00 00 12   ...c..b..a......
> 0050 - 00 00 09 06 00 40 00 00-65 00 00 64 00 00 60 00   [EMAIL PROTECTED]
> 0060 - 00 14 00 00 11 00 00 08-00 00 06 04 00 80 00 00   ................
> 0070 - 03 02 00 80 1c b0 26 40-ac ef 44 1b 80 2c 83 4c   ......&@..D..,.L
> 0080 - 4c ad 09 2f c4 2a 4c 12-cf d4 46 15 bb b8 67 36   L../.*L...F...g6
> 0090 - e0 26 57 13                                       .&W.
> SSL_connect:SSLv2/v3 write client hello A
> read from 080A9D30 [080AF9C0] (7 bytes => 7 (0x7))
> 0000 - 3c 21 44 4f 43 54 59                              <!DOCTY
> SSL_connect:error in SSLv2/v3 read server hello A
> 11683:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
> protocol:s23_clnt.c:475:
> 
> trying to access it as https://server:8443 does not work, as
> https://server, only works only intern not from the internet.
> 
> Whats wrong here ?
> 
> Patrick
> 
> 
> --
> [email protected] mailing list
> 
-- 
Nick Rout <[EMAIL PROTECTED]>

--
[email protected] mailing list

Reply via email to