SSLCertificate install...

Discussion in 'Installation/Configuration' started by dennsy, Dec 28, 2006.

  1. dennsy

    dennsy New Member

    I uploaded SSL certificate and the key to /apache/conf/ssl.crt(key) folders and wrote
    SSLCertificateFile /apache/conf/ssl.crt/mydoamin.crt
    SSLCertificateKeyFile /apache/conf/ssl.key/mydomain.key
    into a virtual host part of the httpd.conf. After that I restarted apache. Tried to go to https://domain.co and it says "connection refused". What to do ?

    thans...
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ?
     

Share This Page