Thank for replied of Nicolas MASSE. 

I did flowing you step by step. 
I generate two key server.key and server.crt then I copied the two files to
/usr/local/apache/mykey also configed httpd.conf: 

Listen 80 
Listen 443 

<VirtualHost 192.168.0.1:443> 

SSLEngine on 
ServerName 192.168.0.1 
ServerAdmin [EMAIL PROTECTED] 
ErrorLog /var/log/httpd/error_log 

SSLCertificateFile /usr/local/apache/mykey/server.crt 
SSLCertificateKeyFile  /usr/local/apache/mykey/server.key 
</VirtualHost> 

then I start apache by: 

#....../bin/apachectl  start 
#....../bin/apachectl  startssl 
.....ok...... 

Then go to http://192.168.0.1/   --> ok 
But https://192.168.0.1/    -> can't not find server 
Please help me why I get the error? 
Thank.

-- 
View this message in context: 
http://www.nabble.com/How-to-run-apache-ssl-for-openca--tf2002737.html#a5533280
Sent from the openca-users forum at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to