Issue with SSL Certificates (Apache / Ubuntu)
1 -
2 -
Everything appears to have gone well and is setup correctly however when i try to access the site securely the page does not load and returns a "Failed to open page - because the server where this page is located isn’t responding." error.
I've run
openssl s_client -CApath /etc/ssl/certs/ -connect mydomain.com:443
and it returns the certificate with no errors.
I'm not sure what other steps i can take to debug this issue.
Caveat - I originally setup a separate certificate for another domain but it is not enabled in that domains .conf file. Could this be an issue? Is it possible to have multiple certificates for each domain?