exile Posted June 17, 2003 Posted June 17, 2003 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?
Guest Posted June 17, 2003 Posted June 17, 2003 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?
wizardsandwars Posted June 17, 2003 Posted June 17, 2003 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.
Guest Posted June 17, 2003 Posted June 17, 2003 Justin, It may be a problem with your host's configuration. Have you contacted them and what was their response?
Guest Posted June 17, 2003 Posted June 17, 2003 try this... http://www.oscommerce.com/forums/viewtopic.php...p=146575#146575
Guest Posted June 17, 2003 Posted June 17, 2003 Hi, If this certificate is from instantssl.com then you have to have the cabundle line in the httpd.conf file on your server.
exile Posted June 21, 2003 Author Posted June 21, 2003 Hey, yeah, modom, I did get it from InstantSSL.com.. what's this "cabundle" line in my httpd.conf? Explain that to me please.
exile Posted June 21, 2003 Author Posted June 21, 2003 I just had a conversation with my admin and he says the cabundle thing you were talking about is there, and has been there.
Guest Posted June 21, 2003 Posted June 21, 2003 Check the lines in your httpd.conf file and make sure it has the correct lines according to apache install at instantssl.com
exile Posted June 24, 2003 Author Posted June 24, 2003 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
Guest Posted June 24, 2003 Posted June 24, 2003 did you try this?? http://www.oscommerce.com/forums/viewtopic.php...p=146575#146575
exile Posted June 24, 2003 Author Posted June 24, 2003 $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?
msasek Posted June 24, 2003 Posted June 24, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.