modssl-users:
        when I use "https://my webserver/" to request my webserver,my IE5 will pop a 
message button to tell me:
        "message that you exchange this site can noe be read and changed by others 
man,but certificate on this site have problem.
        1  this certificate was signed by company you don't select,you may check 
certificate in order to confirm trusted authority.
        2  date of this certificate is valid
        3 certificate name match site name     ".

why to pop this message windows? I want to cancel this message windows,what to do? how 
should I config httpd.conf ?

my httpd.conf about ssl config:


        SSLCertificateFile      /usr/local/apache/conf/ssl.crt/server.crt
<Directory />

       SSLVerifyClient         optional
        SSLVerifyClient         none
        SSLVerifyDepth          5
        SSLOptions              +FakeBasicAuth +StrictRequire
        SSLRequireSSL
   </Directory>

when I "make certificate",I use default value to get it.


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

Reply via email to