This is a discussion on How to setup SSL within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hi I installed OSCommerc shopping cart. Then I installed SSL on Apache , it is on FreeBSD. I have following ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi I installed OSCommerc shopping cart. Then I installed SSL on Apache , it is on FreeBSD. I have following lines in my virtual host. SSLEngine on SSLCertificateFile /home/www/conf/ssl.crt/mysite.crt SSLCertificateKeyFile /home/www/conf/ssl.key/mysite.key and those files are also created on those paths. But when I add items to shop and then click on check out. No page displays. At this stage, it tries to open the checkout.php file using https. While installing OSCommerc, I made SSL enable. Any Idea, why this is not working? What I might missing? Thanks Nav |
|
#2
| ||||
| ||||
| Your path to ssl is not correct or your https cookie domain is not correct. Both are set in configure.php
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Thanks for your reply. I have root access to my Linux server and everything else. Actually, some one else did installed the SSL and said it is wroking, but I can't get it work. Anyway, on Apache I have this <IfDefine SSL> Listen 433 </IfDefine> <IfDefine SSL> <VirtualHost 51.23.200.125:443> ServerName www.myshoppingcart.com ServerAlias myshoppingcart.com DocumentRoot /home/www/unreal/myshoppingcart.com/htdocs ErrorLog /home/www/unreal/myshoppingcart.com/logs/error_log CustomLog /home/www/unreal/myshoppingcart.com/logs/access_log combined SSLEngine on SSLCertificateFile /home/www/conf/ssl.crt/myshoppingcart.crt SSLCertificateKeyFile /home/www/conf/ssl.key/myshoppingcart.key </VirtualHost> </IfDefine> and my configuration file is define('HTTP_SERVER', 'http://www.myshoppingcart.com'); define('HTTPS_SERVER', 'https://www.myshoppingcart.com'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.myshoppingcart.com'); define('HTTPS_COOKIE_DOMAIN', 'www.myshoppingcart.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); And all files are in catalog folder. both http and https are same. Maybe they set a path for HTTPS, but how can I find it. Where should I look? Nav |
|
#4
| ||||
| ||||
| Could it be cause 51.23.200.125 contains an invaild/unalocated zone.....?
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#5
| |||
| |||
| I found the problem, SSL was not running on my server. I had to stop apache and start SSL. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compatable with my setup? | blioux | osCMax v2 Installation issues | 5 | 06-24-2005 10:14 AM |
| Problem with the PWA Setup... | mxtc | osCMax v1.7 Discussion | 0 | 11-09-2004 10:57 AM |
| setup checkout_success | navid | osCommerce 2.2 Installation Help | 0 | 06-30-2004 02:33 PM |
| Help in setup SSL | laonux | osCommerce 2.2 Modification Help | 2 | 07-26-2003 09:45 AM |
| SSL setup | AtroxAngel | osCommerce 2.2 Installation Help | 0 | 02-04-2003 06:48 PM |