Forum Moderators: phranque

Message Too Old, No Replies

Testing ssl on apache server

         

born2run

10:14 pm on Mar 21, 2018 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



So I’m testing ssl on Apache server

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)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the Web Console in Firefox Developer Tools will list mixed (non-https) content...

keyplyr

2:05 am on Mar 22, 2018 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes, the Security panel of the Chrome Developer Tools will list all "Non-secure origins". You'll also be notified in the Console.