Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL non-secure images - FIXED?


Guest

Recommended Posts

Hi,

 

I've searched high and low for the resolution to my SSL failure relating to the images on the secure pages. To no avail had I found an answer directly related to the OSC application, other some hints relating to the hard scripted links to the images.

 

After contacting my host running the Apache Unix server - he indicated the such to the problem. (He) indicated that the references to the images/links should be "HTTPS", as opposed to "HTTP". At first I thought this to be a tedious task for each image on each page, however what I discovered was one particular line on each page was all that required attention.

 

I found the line containing:

 

 

 

HTTPS_SERVER : HTTP_SERVER

 

and merely modified to:

 

HTTPS_SERVER : HTTPS_SERVER

 

 

 

This resolved the problem. No non-secure error message, and my lock was displayed in the address bar area. I am performing this mod to each page that manifests the problem. No Troubles.

 

 

Comments?

 

 

 

Mark

Link to comment
Share on other sites

your looking at the wrong bit, modifying a selection so there is no selection is hardly a good method.

 

posting a tiny snippit means I've no clue as to cause.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

tep_image() is what needs to be used, I'll bet your problem relates to hardcoding images like <img src="xxx"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...