if apachectl startssl works, any idea how come 
trying to open https://ipaddres:443/index.html cannot display the page?

the following log appears after trying

openssl s_client -connect IPAddress:443 -state -debug

No client certificate CA names sent
---
SSL handshake has read 2519 bytes and written 304 bytes
---
New, TLSv1/SSLv3, Cipher is EDH-RSA-DES-CBC3-SHA
Server public key is 1024 bit
SSL-Session:
    Protocol  : TLSv1
    Cipher    : shows string here
    Session-ID: showsid here
    Session-ID-ctx:
    Master-Key: shows key here
    Key-Arg   : None
    Start Time: 1123688834
    Timeout   : 300 (sec)
    Verify return code: 7 (certificate signature failure)

What does code 7 indicate? Is that the reason the page cannot be seen?
Does something need to be added into the browser?
What will trigger the browser to ask the person to verify the certificate?

tia,
dk

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

Reply via email to