when running this 

openssl s_client -connect 222.33.175.160:443 -state -debug > openlog2

this is the output:

SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL_connect:SSLv3 read server hello A
depth=0 /C=US/ST=NewYork/L=YC/O=eee/OU=IT/CN=192.37.175.160/[EMAIL PROTECTED]
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=US/ST=Nwork/L=YC/O=eee/OU=IT/CN=192.37.175.160/[EMAIL PROTECTED]
verify error:num=7:certificate signature failure
verify return:1
depth=0 /C=US/ST=Nwork/L=YC/O=eee/OU=IT/CN=192.37.175.160/[EMAIL PROTECTED]
verify return:1
SSL_connect:SSLv3 read server certificate A
SSL_connect:SSLv3 read server key exchange A
SSL_connect:SSLv3 read server done A
SSL_connect:SSLv3 write client key exchange A
SSL_connect:SSLv3 write change cipher spec A
SSL_connect:SSLv3 write finished A
SSL_connect:SSLv3 flush data
SSL_connect:SSLv3 read finished A
GET
SSL3 alert read:warning:close notify
SSL3 alert write:warning:close notify


what do the errors indicate?


thanks







-----Original Message-----
From: Victor Duchovni <[EMAIL PROTECTED]>
Sent: Aug 10, 2005 10:18 PM
To: openssl-users@openssl.org
Subject: Re: openssl -connect works, https does not

On Wed, Aug 10, 2005 at 09:06:10PM -0400, [EMAIL PROTECTED] wrote:

> when connecting to an ip address on port 443 the openssl -connect 
> command works, but when browsing to the url with internet explorer,
> the https://ipaddress/index.html does not display.
> 

Is the port 443 listener in fact a working web server? Try stunnel, and
report the response to "GET /index.html HTTP/1.0<CRLF><CRLF>"

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to