rizzir Posted August 24, 2006 Posted August 24, 2006 Hi, I am using one template for my site. I have uploaded identical sites at 2 location. so that i can test out changes before applying to my live site. I am already haviing problems with my site. One site is SSL enabled and one is not. Live Site http://www.paswal.com/catalog/index.php (SSL Enabled) Test Site http://www.dev.paswal.com/catalog/index.php (SSL Diabled) My Test site which is SSL Disabled everything seem to be working fine. but my Live site whoch is SSL Enabled, following section are not working. http://www.paswal.com/catalog/account.php http://www.paswal.com/catalog/checkout_shipping.php I have checked my config file for Live site , everything seems ok define('HTTP_SERVER', 'http://www.paswal.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.paswal.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.paswal.com'); define('HTTPS_COOKIE_DOMAIN', 'www.paswal.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); Any idea what is causing it? thanks in advance.
jpweber Posted August 24, 2006 Posted August 24, 2006 Well, this shouldn't be hard to figure out. When I go to your SSL enabled site, http://www.paswal.com/catalog/index.php , nothing is SSL enabled. I mouse over any of the links that should be https:// links, like login, create_account, my_account, etc., and they are http:// links. So you can start from there. Your SSL site isn't SSL enabled yet. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
rizzir Posted August 24, 2006 Author Posted August 24, 2006 Well, this shouldn't be hard to figure out. When I go to your SSL enabled site, http://www.paswal.com/catalog/index.php , nothing is SSL enabled. I mouse over any of the links that should be https:// links, like login, create_account, my_account, etc., and they are http:// links. So you can start from there. Your SSL site isn't SSL enabled yet. Thanks Mate for prompt reply, So you know what parameters and files i need to change to get the SSL working. I thought it was only SSL parameters which are listed in config file. thanks regards riz
jpweber Posted August 24, 2006 Posted August 24, 2006 Thanks Mate for prompt reply,So you know what parameters and files i need to change to get the SSL working. I thought it was only SSL parameters which are listed in config file. thanks regards riz Well, first make sure that your SSL is installed on http://www.paswal.com/catalog/index.php, because to me, it surely doesn't seem like you have SSL installed on that site. When I go to http://www.paswal.com/catalog/login.php and type in the "S" there after the http://, it's another blank page. Do you have a host? Are you sure this is installed properly? Your configure file seems to be okay. But I'm not sure your SSL is installed properly. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
jpweber Posted August 24, 2006 Posted August 24, 2006 HEre, I'll put it like this: You have to go to your hosting company and tell them you want SSL installed. They will give you a CSR key. You will then have to find a company to buy SSL from (do a google search for companies that sell SSL), and give that SSL company the CSR key your host gave you. Personally, I'd make sure you get an SSL that makes a padlock appear in your browser. You will then tell that SSL company you want to buy SSL. They will issue you an SSL certificate. You then return that SSL certificate to your hosting company and they will install the SSL for you. Please be sure to specify whether you want the SSL on http://yourwebsite.com or http://www.yourwebsite.com .... make sure you either want the www or don't want the www. But it all starts with your host. Good luck. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
rizzir Posted August 24, 2006 Author Posted August 24, 2006 thanks Jason, I wil try that, thansk for your help. regards riz
Recommended Posts
Archived
This topic is now archived and is closed to further replies.