Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin page states no SSL in place....


sheikyerbouti

Recommended Posts

even though i AM using a shared ssl certificate and i've ridden out all the secure/unsecure bugs to their completion. Just wondering why, when i go to the Admin page to check on orders, the box in the lower left corner of the page says that i'm not ssl protected.

 

Any ideas?

Thanks,

pete

Link to comment
Share on other sites

there ar two configure.php files that must have the correct info to work in a shared ssl situation. The admin one is in admin/incudes thayt might be a place to start looking.

Hosting specials? E-mail me.

Link to comment
Share on other sites

from the admin/includes/languages/english/index.php file:

 

at line 31-33

 

define('BOX_CONNECTION_PROTECTED', 'You are protected by a %s secure SSL connection.');

define('BOX_CONNECTION_UNPROTECTED', 'You are <font color="#ff0000">not</font> protected by a secure SSL connection.');

define('BOX_CONNECTION_UNKNOWN', 'unknown');

 

Where do i look to find box_connection_unprotected??

 

Does this get me closer to what i'm looking for?

-pete

Link to comment
Share on other sites

its really not worth it...

 

even if you enter the admin in SSL (https://www.yourdomain.com/admin), the links within the admin are NonSSL, so you just go right back out... I never really understood why that little box telling you SSL or nonSSL was in the admin since as I said, the links are nonSSL

The only thing necessary for evil to flourish is for good men to do nothing

- Edmund Burke

Link to comment
Share on other sites

  • 1 year later...
its really not worth it...

 

even if you enter the admin in SSL (https://www.yourdomain.com/admin), the links within the admin are NonSSL, so you just go right back out... I never really understood why that little box telling you SSL or nonSSL was in the admin since as I said, the links are nonSSL

I chnaged the /admin/includes/functions/html_output.php file so that all my admin links were SSL (https) protected.

 

JuJu

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...