Is there any chrome browser extension that would tell me which static web resource is not being loaded via https so I can bug fix pages that don’t load using ssl?
phranque
11:21 pm on Mar 21, 2018 (gmt 0)
the Web Console in Firefox Developer Tools will list mixed (non-https) content...
keyplyr
2:05 am on Mar 22, 2018 (gmt 0)
So I’m testing ssl on Apache server
Since SSL is no longer in use, that statement does not make sense. Did you intend to say TLS?
born2run
10:39 am on Mar 22, 2018 (gmt 0)
Well I found chrome developer tool in the browser lists all schemes used by resources in a page
robzilla
11:08 am on Mar 22, 2018 (gmt 0)
Yes, the Security panel of the Chrome Developer Tools will list all "Non-secure origins". You'll also be notified in the Console.