Post by wanv » Thu Aug 07, 2014 11:25 pm

Hi guys,

I am trying to secure my checkout page with SSL, but there appears to be some things unsecured according to whynopadlock.com. The results are the following:

"The secure URL you submitted was redirected to:

http://domain.com/index.php?route=checkout/cart

Please try pasting the secure URL you originally submitted into a new web browser window to make sure it stays on the secure page. Your secure page may require there to be items in a shopping cart, or for the user to be logged in. It may not be possible to test this URL.

Secure URL submitted: https://domain.com/index.php?route=checkout/checkout"

Any idea how to solve this? Thanks!
Last edited by wanv on Fri Aug 08, 2014 4:06 am, edited 1 time in total.

Newbie

Posts

Joined
Sat May 19, 2012 1:53 am

Post by Dhaupin » Fri Aug 08, 2014 1:01 am

The easiest way to see SSL-off elements is to use google chrome.

1) load the page in chrome, then hit f12 to open inspector
2) open the console tab, or scroll to the console in there
3) hard refresh the page (click and hold on refresh button to get hard reload)
4) view the insecure elements in the console

If you find that its images or media causing it, reference them in the code with just a // instead of http://. You can also always call them with https:// but this will slow your site down especially for mobile or slow net users.

If there reference is made in CSS you would have to change the path there. // may not work so you might have to live with https:// there.

https://creadev.org | support@creadev.org - Opencart Extensions, Integrations, & Development. Made in the USA.


User avatar
Active Member

Posts

Joined
Tue May 13, 2014 3:45 am
Location - PA

Post by wanv » Fri Aug 08, 2014 3:30 am

Thanks! I found the problem through Chrome's console. It was a font that was http://.

Removed the "http:" and left "//" and it works good now.

Newbie

Posts

Joined
Sat May 19, 2012 1:53 am
Who is online

Users browsing this forum: No registered users and 86 guests