Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL in admin section


superwad

Recommended Posts

I've got SSL installed and I've run into a little bit of a problem. I got the SSL links on /admin/index.php with some trouble, but when I follow any of the links, they go back to the non-SSL links. Specifically, if I were to go to /admin/customers.php, on the left navigation bar, the titles of the sections would go to the SSL link, but the subitems for any particular section would be non-SSL.

 

Could I get some help fully enabling SSL in the admin section?

 

Thank you.

Link to comment
Share on other sites

You mean this:

 

	define('HTTPS_SERVER', 'https://syncrohearts.com');
define('HTTP_SERVER', 'https://example.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
 define('HTTP_CATALOG_SERVER', 'https://example.com');
 define('HTTPS_CATALOG_SERVER', 'https://example.com');

 

Yea, I've done that. No change.

Link to comment
Share on other sites

This is multiple posting .. you'll get ignored by all "helpers" if you do this.

Link to comment
Share on other sites

I wasn't aware this would be considered a duplicate post. The issues are different. One I can't get SSL enabled for the "Add to Cart" button, and the other, only half the links in the admin section are SSL enabled. If you want, we can just disregard one of these posts. Would that be best do you think?

Link to comment
Share on other sites

I wasn't aware this would be considered a duplicate post. The issues are different. One I can't get SSL enabled for the "Add to Cart" button, and the other, only half the links in the admin section are SSL enabled. If you want, we can just disregard one of these posts. Would that be best do you think?

 

no sorry .. a bit tired .. the posts are different(ish)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...