SOLVED: iOS Safari secure connection

If Safari on iOS returns an error that it can't establish a secure connection, do this:

Go to https://certificatechain.io/ Paste in your signed .crt file, and save it into a "chain.crt" file (eg, /etc/pki/tls/certs/mydomain.chain.crt). Also add your own intermediate certificate that should have been issue to you. Update your virtual host: SSLEngine On SSLCertificateFile /etc/pki/tls/certs/mydomain.crt SSLCertificateKeyFile /etc/pki/tls/certs/mydomain.key SSLCACertificateFile /etc/pki/tls/certs/mydomain.chain.crt

Modified from SO answer http://superuser.com/questions/644343/how-do-you-fix-an-incomplete-ssl-chain#answer-927302


Comments

It's quiet in here...Add your comment