Jump to content

How to fix secure/non secure items


kiwiacw

Recommended Posts

Appears to be a problem with IE. Customer selects payment option ie:cheque and then the box appears with "this page contains both secure and non secure items"

How do I stop this from appearing?

I am using v 1.1.05 with SSL

Cheers
Anna

Link to comment
Share on other sites

Edit the php file that you are getting these unsecure errors and put this at the very top of the php file in use:

$useSSL = true;


That will force everything on the page to use ssl (https)

If that doesn't do it, look Page Source of the page your getting the error on and find out what is using http instead of https

Link to comment
Share on other sites

for the issue with IE, you have to make sure that all the images are under SSL eg: I had placed extra images in my footer manually and was getting the same issue. So by changing the image url to https the pop up stopped.

Link to comment
Share on other sites

  • 1 year later...

Please advise how / where you change the image URL https. My site was working perfectly and for some strange reason it is nwt getting these unsecure error issues.
I asked my host to check SSL and they say that is ok, but have advised of 4 files in img's which are http, instead of https. I do not know where/how to make the suggested http-https changes.

One of the items is the favicon so if anyone can talk me through the process of changing this to https I should be able to do the others.

Thanks in advance of any help provided

Regards
Pinkloveshy

Link to comment
Share on other sites



These are errors I got with Google Chrome so I think problem is with google translate module.
Try to disable it and see if errors still appear.
And your fav icon is OK.
Link to comment
Share on other sites

  • 2 years later...

HI

I have a similar problem. I got in touch with Comodo and they told me that my site contains both secure and nonsecure items so that is the reason why my padlock does not work. They gave me this link to check out

http://www.whynopadlock.com/

So I have my result with those unsecured links - mostly img/cms files

 

Now can somebody tell me how to fix those links? Where are they located or can I move the img or cms folder into a secure location?

screenshot.bmp

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...