Bobbot20 Posted December 8, 2003 Share Posted December 8, 2003 Alright, I didn't choose to put SSL, but now I want to. How do I change it to SSL? What files do I change, how do I change them? Thanks! Link to comment Share on other sites More sharing options...
k_budiarto Posted December 8, 2003 Share Posted December 8, 2003 you can find em in both configure.php files under "catalog/admin/includes" and "catalog/includes" Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 8, 2003 Author Share Posted December 8, 2003 What do I change? Link to comment Share on other sites More sharing options...
k_budiarto Posted December 8, 2003 Share Posted December 8, 2003 change: define('ENABLE_SSL', false); // secure webserver for checkout procedure? to: define('ENABLE_SSL', yes); // secure webserver for checkout procedure? in those same files, make sure your https server definition is correctly defined. for example: define('HTTPS_SERVER', 'http://www.yourwebsite.com/'); // eg, https://localhost - should not be empty for productive servers Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 8, 2003 Author Share Posted December 8, 2003 Thanks, I think I got it right. Are you sure it's "yes", instead of "true" though? Also, is there a way you can find out SSL is actually configured correctly? Link to comment Share on other sites More sharing options...
k_budiarto Posted December 8, 2003 Share Posted December 8, 2003 oops!! you are right. i meant "true", not "yes". thanks for pointing that out. to find out if your SSL is configured correctly, you can try typing this in your browser: https://www.yourwebsite.com/catalog/index.php notice the "s" after "http". ok, after that, if it gives you a warning, then something is not configured properly. if it doesn't give you any warning, make sure you double-click the lock button in your browser (should be the yellow lock in bottom-right of your IE browser) and see if the certificate is OK or not. hope this helps. -kurt Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 8, 2003 Author Share Posted December 8, 2003 What does it mean if it jsut takes you to a page that says: "The Page canno't displayed" page? Link to comment Share on other sites More sharing options...
k_budiarto Posted December 8, 2003 Share Posted December 8, 2003 did you change "yourwebsite.com" to YOUR website's URL? hehehehe... Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 8, 2003 Author Share Posted December 8, 2003 Yes I did, I also think it's right because my host set it up automatically... Any other ideas? Also, if I ever get my SSL set up, do my customers have to link to https:// instead of http:// to access my secure server? P.S. Thanks a lot for all of this help, I appreciate it. Link to comment Share on other sites More sharing options...
Guest Posted December 8, 2003 Share Posted December 8, 2003 In catalog/includes/configure.php HTTP_SERVER', 'http://mydomain.com')' HTTPS_SERVER', 'https://mydomain.com'); ENABLE_SSL', true); in admin/includes/configure.php HTTPS_CATALOG_SERVER', 'https://mysecuredomain.com;); I did not include all the lines, you can figure out by looking at your files where these go. Link to comment Share on other sites More sharing options...
k_budiarto Posted December 8, 2003 Share Posted December 8, 2003 yes, that is correct. your customers have to link to https to access your secure server. that is why your defines are crucial in your configure.php files so that the customers are automatically sent to https when going to secure pages. Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 8, 2003 Author Share Posted December 8, 2003 Alright I checked my settings and they are all correct, what could be the problem? Link to comment Share on other sites More sharing options...
caribstv Posted December 8, 2003 Share Posted December 8, 2003 I'm having the same issue.. I don;t see those two files under the catalog directory Link to comment Share on other sites More sharing options...
caribstv Posted December 8, 2003 Share Posted December 8, 2003 The requested URL /xclick/[email protected]&item_name=SportBike Trader Store&amount=0.01&shipping=0.00&return=http://sportbiketrader.com/ipw-web/ecommerce/os/catalog/checkout_process.php?paypal_return=paypal%7C0%7C0%7C%7C%26 was not found on this server. above is the error I'm getting Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 8, 2003 Author Share Posted December 8, 2003 You guys gave up? Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 8, 2003 Author Share Posted December 8, 2003 Alright tell me, is SSL really important if you just accept Paypal and Check/Money Orders? No one will be giving me their credti card info. Link to comment Share on other sites More sharing options...
spud Posted December 9, 2003 Share Posted December 9, 2003 SSL is not critically important for customers if you only use paypal since PayPal's gateway uses their own SSL certs. That being said, it's still a good idea to move around in Admin under https, although I haven't figured out how to get the links in admin to STAY pointed at https. :ph34r: Link to comment Share on other sites More sharing options...
Bobbot20 Posted December 9, 2003 Author Share Posted December 9, 2003 I see what the problem is...DUH! My host doesn't give me SSL! Link to comment Share on other sites More sharing options...
spud Posted December 9, 2003 Share Posted December 9, 2003 :blink: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.