On Tue, May 18, 1999 at 05:45:52PM -0800, Michael wrote:

> apache 1.3.6 openssl 92b
> 
> everything seems to work. If I connect with a self signed test cert, 
> I get a dialog in the browser but when I get to the end it says
> "connection reset by peer". This occurs with all NS browsers, 
> MSIE does a similar thing
> 
> s_client tells me
> 
> # openssl s_client -connect localhost:443 -state -debug
[...]
> read from 080F3FE0 [080F9598] (7 bytes => 7 (0x7))
> 0000 - 3c 21 44 4f 43 54 59                              <!DOCTY
                                                           ^^^^^^^
Obviously you've configured port 443 as a plain HTTP server --
try http://yourhost:443 (not http*s*) and you'll see.  That "<!DOCTY"
string is the beginning of an error message generated by the server
because it cannot recognize a valid HTTP query in the bytes the
browser sends.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to