On Fri, Jun 30, 2000 at 04:05:21PM +0200, Michael Heiming wrote:

[SNIP]

> SSL_connect:SSLv2/v3 write client hello A
> read from 081323F0 [081379A8] (7 bytes => 7 (0x7))
> 0000 - 3c 21 44 4f 43 54 59                              <!DOCTY
> SSL_connect:error in SSLv2/v3 read server hello A
> 12797:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
> protocol:s23_clnt.c:458:
> 13:00:08 (105)
> [root]                                                                       
> 

The '<!DOCTY' shows that you're connecting to a plain HTTP server -
it is not a HTTPS server.

> The logfile gives me no clue wahts wrong. And I'm starting to wonder
> cause it works like a charm for another VirtualHost running on the same
> Apache, Port 80 an 443.

That's a bit hard to tell without seeing a bit more of the conf file -
nut it definetely looks as if you haven't started SSL on that vhost.
Just to make sure that this isn't a DNS issue, you should try the
openssl s_client command from above, but with the ip address instead.
> 
> Is it not possible to have multiple SSL-VHosts on one Apache (Server
> Version: Apache/1.3.12 (Unix) mod_perl/1.22 PHP/3.0.16 mod_ssl/2.6.3
> OpenSSL/0.9.5a)?
> 

As longs as you make sure that each SSL based vhost has it's own 
ip/port, then it shoulf work just fine.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to