hey guys after did some research on google manage to get something.

i configure virtualhost under my web server.

NameVirtualHost 192.168.1.184:1443

<VirtualHost 192.168.1.184:1443>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /var/www/opencatest.syn
    ServerName opencatest.syn
    ErrorLog /var/log/httpd/test_ca_error_log
    CustomLog /var/log/httpd/test_ca_error_log common
    SSLEngine on
    SSLCertificateFile /usr/local/OpenCA/var/crypto/cacerts/cacert.crt
    SSLCertificateKeyFile /usr/local/OpenCA/var/crypto/keys/cakey.pem
</VirtualHost>

but the control seem like not so right to me:

1. if i use IE to connect the straight i am able to get the web site
without certificate.

2. when use firefox i get the error: certificate presented invalid or
coreupted error code 8102.

what i am looking into should be when the browser do not have the valid
certificate should not able to get the web site. for those have the
valid certificate then they should able to access the web site until
certificate expire.

chris






-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to