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...