Hi...
I has installed Apache 1.3.1 (with PHP3/MySQL support), SSLeay 0.9.0b,
and Apache-SSL patchs, all work ok. The httpd.conf has modified to list
on port 80 and on port 443 (with SSL), the new directives that I has put
is the follows:
"
SSLDisable
...
SSLCacheServerPath /home/apache/gcache
SSLCacheServerPort 1234
SSLSessionCacheTimeout 15
SSLCACertificatePath /home/apache/certs
SSLVerifyClient 0
SSLVerifyDepth 10
SSLFakeBasicAuth
...
<VirtualHost localhost:443>
SSLEnable
SSLCACertificateFile /home/apache/certs/nv18.netvision.com.br.pem
SSLCertificateKeyFile /home/apache/certs/nv18.netvision.com.br.key
DocumentRoot /home/apache/share/htdocs
</VirtualHost>
"
When I try to start Apache ("./apachectl start"), it show me
"./apachectl start: httpd started", but when I try to connect to it
(using Netscape) it tell me that the connection has been refused. After
this I did a "ps xa" and I has see that the httpsd is not running! :(
In the logs I got this :
"
[Mon Aug 31 13:50:14 1998] [crit] No SSL Certificate set for server
locahost:443
/home/apache/gcache: Permission denied
httpsd: apache_ssl.c:860: CacheLauncher: Assertion '0' failed.
Launching... /home/apache/gcache
"
I'm running RedHat Linux 5.1.
What can I do to get a SSL Certificate for "localhost:443"? Did I
something incorrect?!