danmagicman7 Posted December 23, 2004 Posted December 23, 2004 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!
boxtel Posted December 23, 2004 Posted December 23, 2004 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! <{POST_SNAPBACK}> 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
danmagicman7 Posted December 23, 2004 Author Posted December 23, 2004 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:// <{POST_SNAPBACK}> Do'h, I didnt think of that. Thanks alot!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.