Checkout Page Showing Insecure Items

Hi,

The site has just gone live with a new JM Sportsgear theme but the checkout page is showing SSL problems and when I checked the console I see this:

[blocked] The page at ‘https://dryworldindustries.com/checkout/onepage/’ was loaded over HTTPS, but ran insecure content from ‘http://fonts.googleapis.com/css?family=Oswald:400,300,700’: this content should also be loaded over HTTPS.
dryworldindustries.com/:1
[blocked] The page at ‘https://dryworldindustries.com/checkout/onepage/’ was loaded over HTTPS, but ran insecure content from ‘http://fonts.googleapis.com/css?family=Oswald:400,300,700’: this content should also be loaded over HTTPS.
(index):186
The page at ‘https://dryworldindustries.com/checkout/onepage/’ was loaded over HTTPS, but is submitting data to an insecure location at ‘http://dryworldindustries.com/checkout/cart/updatePost/’: this content should also be submitted over HTTPS.
(index):316
The page at ‘https://dryworldindustries.com/checkout/onepage/’ was loaded over HTTPS, but displayed insecure content from ‘http://dryworldindustries.com/skin/frontend/default/default/wavethemes/jmbasetheme/js/jquery-1.10.2.min.map’: this content should also be loaded over HTTPS.
(index):1
GET http://dryworldindustries.com/skin/f…1.10.2.min.map 404 (Not Found) /skin/frontend/default/default/wavethemes/jmbasetheme/js/jquery-1.10.2.min.map:1
GET https://dryworldindustries.com/skin/…1.10.2.min.map 404 (Not Found) /skin/frontend/default/default/wavethemes/jmbasetheme/js/jquery-1.10.2.min.map:1

Can you please advise how to fix this please?

Thanks

Rich

2 answers

Profile photo of jooservices 0.00 $tone October 3, 2014
Public

Hi there
Please check file

Code:

app\design\frontend\default\jm_sportsgeartemplate\page\html\head.phtml

At line

Code:

<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>

And replaced by

Code:

<link href='//fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>

Reference link to understand about this:

Code:

http://blog.httpwatch.com/2010/02/10/using-protocol-relative-urls-to-switch-between-http-and-https/

Thank you,
Viet Vu

#1

This question is now closed

Written By

Comments