I just recenlty bought a Verisign certificate.

And installed the certificate file and the config on apache.

        <IfModule mod_ssl.c>
                SSLEngine On
                SSLLog "/var/log/httpd/ssl_engine_log"
#               SSLCertificateChainFile "/etc/httpd/ssl.rpc/verisign.ssl"
                SSLCertificateFile "/etc/httpd/ssl.rpc/verisign.ssl"
                SSLCertificateKeyFile "/etc/httpd/ssl.rpc/secureprivate.key"
                SSLCipherSuite
"ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL"
                SSLCertificateChainFile "/etc/httpd/ssl.rpc/verisign.ssl"
        </IfModule>

And, restarted my server. When i visited it, it didnt work.
I was also wondering what will be put on "SSLCertificateChainFile"?

The error logs are attached as text file.

Please help me!

--
Louie Miranda
http://www.axishift.com
[19/Jan/2005 15:11:59 18334] [info]  Connection to child 2 established (server 
example.com:443, client 192.168.0.55)
[19/Jan/2005 15:11:59 18334] [info]  Seeding PRNG with 1160 bytes of entropy
[19/Jan/2005 15:11:59 18334] [info]  Connection: Client IP: 192.168.0.55, 
Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[19/Jan/2005 15:11:59 18334] [info]  Connection to child 2 closed with standard 
shutdown (server example.com:443, client 192.168.0.55)
[19/Jan/2005 15:12:01 18290] [info]  Connection to child 1 established (server 
example.com:443, client 192.168.0.55)
[19/Jan/2005 15:12:01 18290] [info]  Seeding PRNG with 1160 bytes of entropy
[19/Jan/2005 15:12:01 18290] [info]  Connection: Client IP: 192.168.0.55, 
Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[19/Jan/2005 15:12:01 18290] [info]  Initial (No.1) HTTPS request received for 
child 1 (server example.com:443)
[19/Jan/2005 15:12:01 18290] [info]  Connection to child 1 closed with unclean 
shutdown (server example.com:443, client 192.168.0.55)
[19/Jan/2005 15:12:02 18334] [info]  Connection to child 2 established (server 
example.com:443, client 192.168.0.55)
[19/Jan/2005 15:12:02 18334] [info]  Seeding PRNG with 1160 bytes of entropy
[19/Jan/2005 15:12:02 18334] [info]  Connection: Client IP: 192.168.0.55, 
Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[19/Jan/2005 15:12:02 18334] [info]  Initial (No.1) HTTPS request received for 
child 2 (server example.com:443)
[19/Jan/2005 15:12:02 18334] [info]  Connection to child 2 closed with unclean 
shutdown (server example.com:443, client 192.168.0.55)
[19/Jan/2005 15:12:02 18279] [info]  Connection to child 0 established (server 
example.com:443, client 192.168.0.55)
[19/Jan/2005 15:12:02 18279] [info]  Seeding PRNG with 1160 bytes of entropy
[19/Jan/2005 15:12:02 18279] [info]  Connection: Client IP: 192.168.0.55, 
Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits)
[19/Jan/2005 15:12:02 18279] [info]  Initial (No.1) HTTPS request received for 
child 0 (server example.com:443)
[19/Jan/2005 15:12:02 18290] [info]  Connection to child 1 established (server 
example.com:443, client 192.168.0.55)
[19/Jan/2005 15:12:02 18290] [info]  Seeding PRNG with 1160 bytes of entropy

Reply via email to