chfields Posted March 5, 2003 Share Posted March 5, 2003 When I go to create account page, shouldn't that page be secured?? I notice that it doesn't have HTTPS: in the address bar. How do I enable that?? If I add the s to http: in the address bar it warns me about certificate then says page not found. Link to comment Share on other sites More sharing options...
26.2 Posted March 5, 2003 Share Posted March 5, 2003 Do you have ssl turned on or off in your configure.php file? Check the includeconfigure.php and the adminincludeconfigure.php to see where the false statement is located. Catalog ------------------------- define('HTTPS_SERVER', 'https://www.yourserver.com'); // eg, https://localhost - should not be NULL for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? Admin ------------------------- define('HTTPS_CATALOG_SERVER', 'https://www.yourserver.com'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module HTH aj "Of the things we think, say or do: Is it the TRUTH? Is it FAIR to all concerned? Will it build GOODWILL and BETTER FRIENDSHIPS? Will it be BENEFICIAL to all concerned?" Link to comment Share on other sites More sharing options...
chfields Posted March 5, 2003 Author Share Posted March 5, 2003 If I turn them on ie: change to true, I get 404 not found error. Link to comment Share on other sites More sharing options...
26.2 Posted March 5, 2003 Share Posted March 5, 2003 The first time I tried to create an account and added the "s" to the url I got a notice about an ssl certificate. Is that provided by your host? It didn't match the site. I just went in now and didn't get the ssl message. Seems you need to ask your host about the problem. aj "Of the things we think, say or do: Is it the TRUTH? Is it FAIR to all concerned? Will it build GOODWILL and BETTER FRIENDSHIPS? Will it be BENEFICIAL to all concerned?" Link to comment Share on other sites More sharing options...
chfields Posted March 5, 2003 Author Share Posted March 5, 2003 I have that question into the host. I noticed when I added the "s" I got the certificate warning, said ok and still got 404. So for now I just turned it off. Link to comment Share on other sites More sharing options...
Guest Posted March 5, 2003 Share Posted March 5, 2003 Is it a shared SSL certificate or your own ? Link to comment Share on other sites More sharing options...
26.2 Posted March 5, 2003 Share Posted March 5, 2003 It looked like a shared ssl cert. aj "Of the things we think, say or do: Is it the TRUTH? Is it FAIR to all concerned? Will it build GOODWILL and BETTER FRIENDSHIPS? Will it be BENEFICIAL to all concerned?" Link to comment Share on other sites More sharing options...
chfields Posted March 5, 2003 Author Share Posted March 5, 2003 Problem solved I was missing ~ in my url. Thanks for the help Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.