Guest Posted March 6, 2004 Share Posted March 6, 2004 Not knowing any better, I enabled SSL and I don't have a certificate. To turn it off, I know that I'm supposed to change true to false, somewhere. Does anyone know in which file I am supposed to make this change? Any help will be greatly appreciated! Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2004 Share Posted March 6, 2004 Nevermind! Found the answer to my problem. Link to comment Share on other sites More sharing options...
Dakota Posted March 6, 2004 Share Posted March 6, 2004 How about telling the rest of us too? Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2004 Share Posted March 6, 2004 Edit your configure.php files. Located at: catalog/includes/configure.php & catalog/admin/includes/configure.php In catalog: define('ENABLE_SSL', false); // secure webserver for checkout procedure? In admin: define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module Link to comment Share on other sites More sharing options...
AlanR Posted March 6, 2004 Share Posted March 6, 2004 It should be pointed out that you don't absolutely need your own SSL Certificate and access to a https://yoursite.com url to use SSL. Most hosting providers offer some way to use shared SSL through their own secure proxy server. The methods vary from provider to provider so you should check the documentation available for your particular hosting service. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
Dakota Posted March 7, 2004 Share Posted March 7, 2004 From time to time when I hit continue to move forward I get this pop up window saying that I am not a secure site or something like that. Is this related to SSL in any way? Link to comment Share on other sites More sharing options...
tep Posted March 7, 2004 Share Posted March 7, 2004 Yes, you have SSL enabled and some elements on the page are not secured. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.