Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hardcore problems with SSL


exile

Recommended Posts

Posted

okay, uhm, I'm getting sick and tired of this crap.

 

It gives me the certificate warning when I login, and it accept. It still doesn't show the lock.

 

define('HTTP_SERVER', 'http://www.strictlydriven.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.strictlydriven.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

That's what it is now. Okay? That's how it's SUPPOSE to be. When I change my HTTP_SERVER to https:// instead of http:// like it SHOULD be, the lock shows up, but of course, I get the certificate warning on every since page. What am I suppose to do?

Posted
okay, uhm, I'm getting sick and tired of this crap.

 

It gives me the certificate warning when I login, and it accept. It still doesn't show the lock.

 

define('HTTP_SERVER', 'http://www.strictlydriven.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.strictlydriven.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

That's what it is now. Okay? That's how it's SUPPOSE to be. When I change my HTTP_SERVER to https:// instead of http:// like it SHOULD be, the lock shows up, but of course, I get the certificate warning on every since page. What am I suppose to do?

 

Your certificate is issued to strictlydriven.com and not WWW.strictlydriven.com. Have you tried changing your configure.php to match the certificate?

Posted

The warning itself says that the site matches the certificate, though, so I don't think that's the problem.

 

Looks like it might be a problem with the certificate itself. Where did you buy it from?

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted

Justin,

 

It may be a problem with your host's configuration. Have you contacted them and what was their response?

Posted

Hi,

 

If this certificate is from instantssl.com then you have to have the cabundle line in the httpd.conf file on your server.

Posted

Hey, yeah, modom, I did get it from InstantSSL.com.. what's this "cabundle" line in my httpd.conf? Explain that to me please.

Posted

I just had a conversation with my admin and he says the cabundle thing you were talking about is there, and has been there.

Posted

Check the lines in your httpd.conf file and make sure it has the correct lines according to apache install at instantssl.com

Posted

Yeah dude, I just checked with my admin he says it's PERFECT and there aren't any damn errors in that file. Something else is wrong here I really need help I have to get this done by tommorrow, I HAVE TO GET THIS DONE.

 

define('HTTP_SERVER', 'http://strictlydriven.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://strictlydriven.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

What in gods name is wrong with that? I see nothing. Someone please go to http://www.strictlydriven.com/catalog/default.php and tell me what I have to do, I got the ssl from instantssl.com and the conf file on the server is perfect. Somethign else is wrong, everyone tells me to do this, make the link to my site go as https:// but it doesn't stay on https:// and it gives me a freakin dialog for every page that i do an https:// for. I don't get this at all

Posted

$request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

 

 

that line isn't in my application_top.php at ALL, LOL. Is that my problem? HAHAHA wtf?

Posted

This is most likely the wrong CA Root installed. You cannot install the CA Root cert that comes with the instantSSl cert, if you are installing the cert on an Apache server. I bet your admin used the the one that they sent in the email.

 

It has to be replaced with the apache cabundle from instantSSL. Check this page:

 

http://www.instantssl.com/ssl-certificate-...te-mod_ssl.html

 

Good luck to you.

Archived

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

×
×
  • Create New...