Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL and Admin


danmagicman7

Recommended Posts

Posted

Hello.

 

I have an SSL integrated into my website beautifully, everything working fine. Then, i realize, when viewing credit card numbers in the admin section no SSL is enabled! I have set SSL to TRUE and all the necessary things in the admin config file but to no avail. Poking through the code it doesn't even look like SSL can be enabled without some editing. I just need SSL to be enabled every time i view an order. I have tried to add 'SSL' to the third variable sent in the function tep_href_link() like i have studied in other files that use SSL, but i am having trouble with that also. I know on the main page it simply says <a href="%s"> to enable SSL. What gives?

 

How can I edit orders.php to have SSL when i edit orders or view them? Thanks!

Posted
Hello.

 

I have an SSL integrated into my website beautifully, everything working fine.  Then, i realize, when viewing credit card numbers in the admin section no SSL is enabled!  I have set SSL to TRUE and  all the necessary things in the admin config file but to no avail.  Poking through the code it doesn't even look like SSL can be enabled without some editing.  I just need SSL to be enabled every time i view an order.  I have tried to add 'SSL' to the third variable sent in the function tep_href_link() like i have studied in other files that use SSL, but i am having trouble with that also.  I know on the main page it simply says <a href="%s"> to enable SSL.  What gives?

 

How can I edit orders.php to have SSL when i edit orders or view them?  Thanks!

 

 

in admin/includes/configure.php set this

 

 

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

 

 

to https://

Treasurer MFC

Archived

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

×
×
  • Create New...