gal1264 Posted May 25, 2004 Share Posted May 25, 2004 It's not permissions because I checked. For example if you look at http://64.78.31.231/catalog/ and click my account at the top right (https://64.78.31.231/catalog/account.php) it says connection refused. I'm guessing this will be something that someone will recognize right away Link to comment Share on other sites More sharing options...
vasttech Posted May 25, 2004 Share Posted May 25, 2004 Check your includes/configure.php file. If you have a SSL certificate then you there is an error in the line that says HTTPS_SERVER. If you do not have a certificate then ENABLE_SSL should be set to false. osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
gal1264 Posted May 25, 2004 Author Share Posted May 25, 2004 define('HTTP_SERVER', 'http://64.78.31.231'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://64.78.31.231'); // eg, https://localhost - should not be empty for productive servers are my two lines and ENABLE is set to true. WE should obviously be using SSL and I know we are. Do those two lines make sense? That's our IP. Tom Link to comment Share on other sites More sharing options...
nixadm Posted May 25, 2004 Share Posted May 25, 2004 Are you sure thats your secure server address? for instance, I am with Ipowerweb, my website is poolrelaxer.com but the secure server is host185.ipowerweb.com/~poolrela Link to comment Share on other sites More sharing options...
nixadm Posted May 25, 2004 Share Posted May 25, 2004 nvm, sorry Didn't see "That's our IP." does your secure site work? Link to comment Share on other sites More sharing options...
gal1264 Posted May 25, 2004 Author Share Posted May 25, 2004 I'm gonna check. Obviously if I just type it in then it doesn't work. Are they often the same? FTP, and everything else is all running on that IP to. Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.