tomliuwhite Posted March 27, 2006 Posted March 27, 2006 I want to make the shopping cart checkout pages and the user account information (not all of the pages of oscommerce)with SSL. BTW, i have installed SSL certificate for my domain. What shall i do? Many thanks in advance.
Jack_mcs Posted March 27, 2006 Posted March 27, 2006 You need to add the ssl url to the includes/configure.php file and set the option for ssl to true (also in that file). Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
tomliuwhite Posted March 27, 2006 Author Posted March 27, 2006 You need to add the ssl url to the includes/configure.php file and set the option for ssl to true (also in that file). Jack Thanks for your help. But can you give me an example and tell me more details?
custodian Posted March 27, 2006 Posted March 27, 2006 Thanks for your help. But can you give me an example and tell me more details? If you look in your catalog/includes/configure.php and admin/includes/configure.php the places to make changes are noted in the files. Have you looked in them? My Contributions Henry Smith
tomliuwhite Posted March 27, 2006 Author Posted March 27, 2006 If you look in your catalog/includes/configure.php and admin/includes/configure.php the places to make changes are noted in the files. Have you looked in them? When i check catalog/includes/configure.php, i find the below codes: define('ENABLE_SSL', false); // secure webserver for checkout procedure? And i think if i change it to define('ENABLE_SSL', ture), i can make the shopping cart checkout pages with SSL. But how about "the user account information pages"? Thanks for your help.
Jack_mcs Posted March 27, 2006 Posted March 27, 2006 There are many, many threads on this. Here's one that is active now. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
tomliuwhite Posted March 28, 2006 Author Posted March 28, 2006 There are many, many threads on this. Here's one that is active now. Jack I know how to set ssl for the whole website or just for check out process, but i do not know how to set ssl only for "account informations pages".
Jack_mcs Posted March 28, 2006 Posted March 28, 2006 By just enabling it in the configure file, only the pages that need it will use it. Unless you have https: for the server path. That would cause the whole shop to be protected. It sounds like that might be the case. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
tomliuwhite Posted March 28, 2006 Author Posted March 28, 2006 By just enabling it in the configure file, only the pages that need it will use it. Unless you have https: for the server path. That would cause the whole shop to be protected. It sounds like that might be the case. Jack Thanks for your help. And i have resolved this problem. Since i have installed ssl certificate on my domian, --After i change define('ENABLE_SSL', false) to define('ENABLE_SSL', ture)//catalog/includes/configure.php, the check out process would be with ssl. --account information pages would be with ssl automatically. No need to do other configuration.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.