Issue:
Unable to access authentication site on our server because "Safari couldn't establish a secure connection" so i'm troubleshooting and trying to pin point where the problem lies.
More details:
On mac devices Safari can't establish a connection to our server through an HTTPS connection. However accessing through HTTP is possible. On the other hand Chrome no issue at all.
On iOS devices, Safari, Chrome, and Firefox cannot establish a connection to our server.
I checked with our cert issuer, Go Daddy and used their online tool to check if everything was implemented correctly and it comes back positive.
Looking into the logs i get
com.apple.WebKit.Networking: CFNetwork SSLHandshake failed(-9846) com.apple.WebKit.Networking: CFNetwork SSLHandshake failed(-9802) com.apple.WebKit.Networking: CFNetwork SSLHandshake failed(-9824) com.apple.WebKit.Networking: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
Question:
Where is SSL Validation handled? OS or the browser or both?
My thought is it could be related to our recently issued SSL certificate.