Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

unknown secure SSL connection


Guest

Recommended Posts

Hi all

 

I'm hoping this is not a big issue... maybe its just a minor bug... maybe I've missed something out.

 

I've installed my shop, and a colleague has installed an SSL cert to the server - from Thawte. I followed the various bits of instruction from contributions here on the forum on amending the php files... thanks to everyone for those... very helpful...the OSC pdf manual is quite clear on this too. And the cert seems to show fine (get the green strip in IE7, etc)

 

I just have one thing which is giving me a pause: At the left side, foot of the Admin panel (https://shop.mydomain.com/admin), there is a small aperture that reads:

 

You are protected by a unknown secure SSL connection.

 

I was expecting it to read: Thawte, not unknown. Does this indicate that there has been an error in the install of the cert.. or have I failed to configure something in admin/configuration ?

 

Regards

David

Link to comment
Share on other sites

admin/includes/languages/english/index.php:

 

define('BOX_CONNECTION_UNKNOWN', 'unknown');

 

change to:

 

define('BOX_CONNECTION_UNKNOWN', 'Thawte');

 

If you can be bothered.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...