Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTPS Displays on Chrome but not Safari

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?

like image 666
nil Avatar asked Feb 17 '23 13:02

nil


1 Answers

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) Firefox and Chrome navbars with some resources over http

like image 138
Punkman Avatar answered Feb 20 '23 03:02

Punkman