Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I'm getting this "You are not protected by a secure SSL connection."


Trentide

Recommended Posts

Posted

Thanks for looking at this. I appreciate any help or advice anyone can give me.

 

I'm getting this on the front page of my admin.

 

Picture-1.gif

 

It's strange because every aspect of my ssl is working.

 

1) I can still receive orders through authorize.net

 

and

 

2) All my pages that need to be protected are (with the HTTPS), including when I go into the admin section.

 

 

Am I missing something? How accurate is that

 

Please help. I really appreciate it.

 

Jason

Posted

Make sure you are logging in with https and not http (check your bookmark). If that is correct try editing your admin configure.php file to;

 

define('HTTP_SERVER', 'https://www.yourdomain.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'https://www.yourdomain.com');

define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.com');

 

(make them all https)

Archived

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

×
×
  • Create New...