Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

This page has both secure and insecure items


Guest

Recommended Posts

Posted

Hi, folks.

 

I have a problem about SSL.

Recently, I changed web hosting server from pair.com to 1and1.com

And then suddenly keep popping up "This page has both secure and insecure items ..." when I check out.

I know what this is. usually, hotlink problem. However I am sure it was never problem with pair.com.

and I just changed include/configure.php and admin/include/configure.php for ssl like below.

 

//define('HTTPS_SERVER', 'https://ssl19.pair.com/myname');

define('HTTPS_SERVER', 'https://www.mydomain.com');

 

but some contents/link does not seems to be changed properly(I mean still some images URL are http:// instead of https://).

I have no idea...because of I changed from shared SSL to dedicated SSL? or Do I have to reinstall completely?

I appreciate your help. Thank you.

Koshi.

 

by the way, here is my spec.

Linux 2.6(probably fedora)

osCommerce 2.2-MS2

PHP 4.4.9

MySQL 4.0

Posted

You must have an absolute URL being called somewhere.

 

An image in a header or something, you must have specified a full URL not just a relative URL...?

 

You should be able to get it to list the non-secure items...

 

Rob

Rob Bell - Inspired Graphix

Customising osCommerce in Australia, and the world!

View my profile for web and email links.

 

I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture.

However viewing my profile may provide links to my website or something like that which you may find useful.

Posted

Thanks shooter.

 

I finally found out and fix this problem.

It was some kind of config problem. then I just follow below instructions.

http://www.oscommerce.com/forums/index.php?sho...51162&st=40

 

Koshi.

 

You must have an absolute URL being called somewhere.

 

An image in a header or something, you must have specified a full URL not just a relative URL...?

 

You should be able to get it to list the non-secure items...

 

Rob

Archived

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

×
×
  • Create New...