Guest Posted July 2, 2004 Posted July 2, 2004 Dear Fellow OSC developers, I am having great difficulty in getting my site to work with SSL. I have a SSL crt issued from CAcert.org to the following url http://www.tougeten.com https://www.tougeten.com I have installed osc in http://www.tougeten.com/eshop/ I have ssl enabled in eshop/includes/configure.php I even had the admin/includes/includes/configure.php editted as well these are my settings in the configure.php file define('HTTP_SERVER', 'http://tougeten.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://tougeten.com'); define('HTTPS_CATALOG_SERVER', 'https://tougeten.com'); define('ENABLE_SSL_CATALOG', 'True'); // secure webserver for catalog module but if you go to the page it's there but when you try to login .... I get page cannot be displayed now I have a static IP and tried on other connections and PCs and my browser settings are fine so I am stumped. Please help !!! Thanks in advance Allen
Arcadiauk Posted July 2, 2004 Posted July 2, 2004 Have you copied Oscommerce into the HTTPS folder on the server? There should be a separate folder for unsecure items and secure items. Derek
Arcadiauk Posted July 2, 2004 Posted July 2, 2004 Also change the read/write permissions on your configure.php, i get this warning when i go to your site.... Warning: I am able to write to the configuration file: /home/tougeten/public_html/eshop/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. Derek
Geotex Posted July 2, 2004 Posted July 2, 2004 First thing first. Your site shows a cert from Equifax issued to someone called pandora.hmdnsgroup.com. You might want to contact your hosting company to have your cert properly installed. GEOTEX from Houston, TX (George)
Guest Posted July 2, 2004 Posted July 2, 2004 Hmmm... this ones fixed I knew about this one sorry I didn't do this before posting the question up. Warning: I am able to write to the configuration file: /home/tougeten/public_html/eshop/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. pandora.hmdnsgroup.com is my hosting dns they said it's all setup properly but I have a bad feeling about it that maybe thats the problem and that they are not paying attention to it. also to add (They were the ones wo created the certificate for me as they didn't allow me to create it, something abotu shared ip ranges ) would it be better if I put the "pandora.hmdnsgroup.com" in front of the htts url in the config file? like define('HTTP_SERVER', 'http://tougeten.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://tougeten.com'); define('HTTPS_CATALOG_SERVER', 'https://pandora.hmdnsgroup.com/tougeten.com'); define('ENABLE_SSL_CATALOG', 'True'); // secure webserver for catalog module I will try it tonight when I am at home. but still kinda stumped oon this.
Geotex Posted July 3, 2004 Posted July 3, 2004 It has not been fixed. I just tabbed your site again from a totally different system than I did earlier and the problem is still there. Once this is fixed, only then can we help you solve the rest of the problems, since at this point we don't even know if you are pointing at the correct secure server. the cert is valid, but it is NOT in your domain name and IE6 (95% of your viewers) will not accept it as a valid cert. GEOTEX from Houston, TX (George)
Guest Posted July 3, 2004 Posted July 3, 2004 So the issues are with the certificate then not the coding? ok I'll speak to my hosting guy later Thank you so much Geotex man you're on the ball today. I'm stuggling with 3 hours sleep here
Geotex Posted July 3, 2004 Posted July 3, 2004 That is NOT what I said. I said that the certificate needs to be properly installed, and the secure site has to be correctly pointed to before we can determine what, if any, problems you are having with osCommerce. GEOTEX from Houston, TX (George)
Guest Posted July 3, 2004 Posted July 3, 2004 It's Static but also seemed to be shared with other domain names I hope this doesn't cause issues I found this to be under the same ip address www.tougeten.com and www.hioctaneracing.com.au
Recommended Posts
Archived
This topic is now archived and is closed to further replies.