On Tue, Aug 08, 2000 at 07:37:41PM -0500, John Hearn wrote:
> I downloaded and compiled mod_ssl 2.6.5-1.3.12 on a Solaris 2.7 on Intel box
> using gcc 2.8.1. When I do a 'make test' everything appears okay. I then
> statically link it into Apache 1.3.12 and it does not work. All modules are
> compiled and linked static. I try doing
> openssl s_client -connect localhost:442 -state -debug
> and get the following:
> 
> CONNECTED(00000004)
> SSL_connect:before/connect initialization
> write to 081622B8 [08164430] (130 bytes => 130 (0x82)
> 
> bunch of hex stuff
> 
> SSL_connect:SSLv2/v3 write client hello A
> read from 081622B8 [08169990] (7 bytes => 7 (0x7))
> 0000 - 3c 21 44 4f 43 54 59           <!DOCTY
                                        ^^^^^^^
You're seeing "<!DOCTY" because you're trying to connect
with SSL to a plain http host.

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