Reputation: 2278
HTTPS Displays on Chrome but not Safari unless I click on another page, and then click back. Then https displays, and I can click it and view the certificate. I installed both the the Webserver Certification and the Intermediate file. Has anyone experienced this problem, and if so, how did you fix it?
Upvotes: 4
Views: 5491
Reputation: 1
I had the same problem, and fixed it by switching the user agent in the safari menu: Development-User Agent. You may choose any other UA, and for me , the site suddenly displays https. and after I change the UA to general version, it works fine.
Upvotes: 0
Reputation: 553
Probably you have some external resource (img, scripts, etc) loaded through plain http. To check try with Chrome or Firefox.
Chrome display a valid green lock on the navbar but on the right side you can see an icon of a shield if there are some resources loaded from an insecure source.
(Firefox display a grey world instead of the lock. Safari instead fails silently removing the https+lock icon)
Upvotes: 8