SSL Partially encrypted -
i new ssl. got standard ssl installed in server, when go shopping cart, says it's partially encrypted. chrome crosses out https in url location bar. understand, there http links in page (images, js), there tools check that? workarounds? looked manually , found 1-2 images using http instead of https in page, can reason block ssl?? please help,crossed https link on page looks worse no https @ all..
i have read, stops (showing partial ssl) sometimes.. wonder maybe there time frame or smth effecting it..
update: figured myself...it javascript using widget (using http), disabling solved problem. not sure how close ticket :)
use scheme-relative urls (they relative http
/https
part). makes them protocol-independent, , problems should solved. example, instead of:
<img src="http://example.com/path/to/image"/>
use
<img src="//example.com/path/to/image"/>
Comments
Post a Comment