I get "ssl_error_rx_record_too_long" in firefox.when accessing my website via https:
The website is fine with the http: command.
Installation:
I have installed and instantSSL certificate.
Installation is fine.
I have checked the key, this is fine.
Httpd.conf
Ports 80 + 443 are open
Checked httpd.conf file.
Listen 0.0.0.0:80
<IfDefine SSL>
# Defined in /var/cpanel/cpanel.config: apache_ssl_port
Listen 0.0.0.0:443 https
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
</IfDefine>
SSLCertificateFile /home/beatthec/ssl/private/www_beattheclock_net.crt
SSLCertificateKeyFile /home/beatthec/ssl/private/www.beattheclock.net.key
SSLCertificateChainFile /home/beatthec/ssl/private/www_beattheclock_net.ca-bundle
SSL paths are fine - all pointing to the same directory.
So the ports and the paths look ok.
Any suggestions.



LinkBack URL
About LinkBacks
Reply With Quote




