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!
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.
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.
Who is online
Users browsing this forum: No registered users and 86 guests