sheikyerbouti Posted December 9, 2002 Posted December 9, 2002 Okay, i've been following along with the secure/unsecure dilemma that everyone is facing and i'm in the same sinking boat! However, now my head is SPINNING :crazy: I need to break this down into little chunks if i may, one simple question at a time. I'm browsing along on the cart, checking out the products, i add one to the cart, i view the contents of the cart (catalog/shopping cart.php), i click on Checkout and the url changes to https: as it takes me to the login.php page. However, the padlock in Netscape is closed but with a bright RED background rather than the nice yellow lock. I fill in my email/password information under Retturning Customer and submit and then, BANG! i get hit with the warning that i'll be transferred to an unsecure page. I am taken to the (catalog/checkout_payment.php) page where i am supposed to enter my credit card info, but now the url has reverted back to http: (not the secure server) Let's just start with this simple one. What in the world do i do to get this to load up as a secure page. I've already been to secure portions of my site (https:) in the process of getting to this point, so why does it leave secure and go back to http: ???? Thanks for your help. -pete
blueline Posted December 9, 2002 Posted December 9, 2002 In your catalog/includes/configure.php and catalog/admin/includes/configure.php is the following line set to true or false??? define('ENABLE_SSL', false); // secure webserver for checkout procedure? -Chris If it is set to flase, then set it to true. To my understanding this will fix the problem. Chris Sullivan
sheikyerbouti Posted December 9, 2002 Author Posted December 9, 2002 NOPE!! I checked both of my configure files and they are both set to true. I just ran through the process again and here's what i got: I added a product to the cart, went to checkout, signed in as a returning customer (on a secure page... https) and then i was transported to the payment info page on an unsecure page (http:) What do i try next? Thanks, pete
Recommended Posts
Archived
This topic is now archived and is closed to further replies.