Reputation: 873
I have a site using a self-signed cert (not live environment). On iOS Safari, the site loads very slowly over https, over 40 secs.
But it's fast over http.
What could be the issue? Have already accepted the cert upon prompting by Safari
Have tested on iPhone 6 and 6S+
Chrome and desktop Safari is fine on https as well.
Upvotes: 1
Views: 443
Reputation: 76
I've run into this exact issue recently on our site. This does not appear to be reproducible with other mobile (Android) devices. If you have an internal certificate authority (CA) with which you can export a root CA certificate this is the easiest way I've managed to correct that problem:
On a PC:
On your iOS device:
Here's a walkthrough for reference: https://support.quovadisglobal.com/kb/a64/how-do-i-install-a-digital-certificate-onto-an-iphone-or-ipad.aspx
Upvotes: 1