Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Problem...I need help!


johnnyb19

Recommended Posts

Posted

My web host directed me for help. They said there's a problem with the ssl. I'm new to this and have no clue what to do so I'm turning here for help. They told me this was a reason why new accounts cannot be created and such. Anywho, I need help with this problem. Thank you for your time.

Posted

Need to know more- What is the problem? What is the URL for others to check?

Posted

www.johnebodnar.com/prints

 

sorry about that. i got most of the stuff up that i'm trying to do. the big problem is you cannot create accounts. when i'm in the admin, it says the ssl is off. i know during installation i said yes to ssl and the one option in the admin for sessions, i have ssl as true. i don't know if there are any other steps i need to go through.

Posted
www.johnebodnar.com/prints

 

sorry about that. i got most of the stuff up that i'm trying to do. the big problem is you cannot create accounts. when i'm in the admin, it says the ssl is off. i know during installation i said yes to ssl and the one option in the admin for sessions, i have ssl as true. i don't know if there are any other steps i need to go through.

Look for these statements in your catalag/includes/configure.php file and make sure all these are directed to your secure sever.

 

define('HTTPS_SERVER', 'https://yoursecurdomain.com');

define('ENABLE_SSL', true);

define('HTTPS_COOKIE_DOMAIN', 'yoursecurdomain.com');

define('HTTPS_COOKIE_PATH', '/catalog/');

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted
everying is good in the configure.php file. is there anything else i should look for?

I get this error going to a secure page on your site

 

Safari can?t open the page ?https://www.johnebodnar.com/prints/account.php? because it couldn?t establish a secure connection to the server ?www.johnebodnar.com?.

 

I would think that's a server config issue or you're using a shared cert and they haven't told you the proper domain to hook into.

 

Iggy

Everything's funny but nothing's a joke...

Posted

i was reading some of the other posts involving ssl. my only thought is i need to get an ssl certificate or talk it out through my web host.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...