I have SSL on my host for years and it is working well with my current site. I followed the 123 ssl help posted on oct 23, 2006 and it a wall. Need help.
I need to set it up for check out, and customer information. I followed the 123 guid, when I test it out buy clicking the add to cart it errors out on the server not found.
Here is my set up:
Catalog/includes/configure.php
define('HTTP_SERVER', 'http://www.ladybuggardendecor.com');
define('HTTPS_SERVER', 'https://www.ladybuggardendecor.com');
define('ENABLE_SSL', true); //secure webserver forcheckout procedure?
define('HTTP_COOKIE_DOMAIN', 'http://www.ladybuggardendecor.com');
define('HTTPS_COOKIE_DOMAIN', 'https://www.ladybuggardendecor.com');
Catalog/admin/includes/configure.php
define('HTTP_SERVER', 'https://www.ladybuggardendecor.com');
define('HTTP_CATALOG_SERVER', 'https://www.ladybuggardendecor.com');
define('HTTPS_CATALOG_SERVER', 'https://www.ladybuggardendecor.com');
define('ENABLE_SSL_CATALOG', 'true'); //secure webserver for catalog module
What is it that I need to change?
Thanks
Dean
Latest News: (loading..)
ssl help in 2.3
Started by dculley, Feb 01 2012, 03:05
13 replies to this topic
#1
Posted 01 February 2012, 03:05
#2
Posted 01 February 2012, 03:28
Well. you do not have a catalog in the root of you site.
define('HTTP_SERVER', 'http://www.ladybuggardendecor.com');
I did find one in this folder
http://www.ladybuggardendecor.com/rbshop/pg1.html
but the add to cart goes right to paypal so this is not oscommerce so what shopping cart are you using and what page give a ssl error??
But I gota tell you that this is a very difficult site to find your way around.
Can't tell you where your ssl should be. You don't need one with paypal buy now buttons
define('HTTP_SERVER', 'http://www.ladybuggardendecor.com');
I did find one in this folder
http://www.ladybuggardendecor.com/rbshop/pg1.html
but the add to cart goes right to paypal so this is not oscommerce so what shopping cart are you using and what page give a ssl error??
But I gota tell you that this is a very difficult site to find your way around.
Can't tell you where your ssl should be. You don't need one with paypal buy now buttons
#3
Posted 01 February 2012, 03:39
@dculley,
Lola is correct, the website address does not resolve to an osCommerce website. However, the domain name is associated with an Active SSL certificate.
Chris
Lola is correct, the website address does not resolve to an osCommerce website. However, the domain name is associated with an Active SSL certificate.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#4
Posted 01 February 2012, 04:00
this is where the page starts: http://www.ladybuggardendecor.com/shop/catalog/product_info.php/products_id/31
when you click the add to cart button it errors out 404 at :http://www.ladybuggardendecor.com/shop/catalog/product_info.php/products_id/31/action/add_product
when you click the add to cart button it errors out 404 at :http://www.ladybuggardendecor.com/shop/catalog/product_info.php/products_id/31/action/add_product
#5
Posted 01 February 2012, 04:02
@dculley
You have enabled Search Engine Safe URL's in the admin area. Disable it ! It doesn't work. Never has.
Chris
You have enabled Search Engine Safe URL's in the admin area. Disable it ! It doesn't work. Never has.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#6
Posted 01 February 2012, 04:03
if you go here:https://www.ladybuggardendecor.com/contact.html you will see the ssl working.
#7
Posted 01 February 2012, 04:07
Chris, you where right. Set it to false and click, click it's working. But I still do not see the http change to https.
#8
Posted 01 February 2012, 04:10
I check the new customers and the info form did not go to https. Any other ideas that can help me.
#9
Posted 01 February 2012, 04:14
@dculley,
Yes, I see that. It could be because your installation is 3 levels down, but don't quote me on that.
Chris
Yes, I see that. It could be because your installation is 3 levels down, but don't quote me on that.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#10
Posted 01 February 2012, 04:16
@dculley,
Your cookie settings should be:
define('HTTP_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
define('HTTPS_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
try that.
Chris
Your cookie settings should be:
define('HTTP_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
define('HTTPS_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
try that.
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#11
Posted 01 February 2012, 04:16
Not sure what you mean. (3 levels down)
#12
Posted 01 February 2012, 04:21
http://www.ladybuggardendecor.com/shop/catalog/
http://www.ladybuggardendecor.com is the root (1st level)
http://www.ladybuggardendecor.com/shop/ is the first sub-directory (2nd level)
http://www.ladybuggardendecor.com/shop/catalog/ is the second sub-directory (3rd level)
Usually, you would install in the root or in a sub-directory
Chris
http://www.ladybuggardendecor.com is the root (1st level)
http://www.ladybuggardendecor.com/shop/ is the first sub-directory (2nd level)
http://www.ladybuggardendecor.com/shop/catalog/ is the second sub-directory (3rd level)
Usually, you would install in the root or in a sub-directory
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#13
Posted 01 February 2012, 04:28
Chis
I changed the 2 lines to define('HTTP_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
define('HTTPS_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
and tested the site. It is working.
THANK YOU. You have been a big help.
I changed the 2 lines to define('HTTP_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
define('HTTPS_COOKIE_DOMAIN', 'www.ladybuggardendecor.com');
and tested the site. It is working.
#14
Posted 01 February 2012, 04:44
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:














