altermate Posted May 4, 2010 Share Posted May 4, 2010 I have purchased the SSL and the company has told me it is set up and ready for use. I have followed the instructions to change set paths to 'true' rather than 'false'. However when I try to save it it tells me that there is an issue and it wont save. Any ideas why? Link to comment Share on other sites More sharing options...
BryceJr Posted May 4, 2010 Share Posted May 4, 2010 Change the permission of that file to 644, make your changes, upload it, and set it back to 444 or 400. Link to comment Share on other sites More sharing options...
altermate Posted May 4, 2010 Author Share Posted May 4, 2010 Thanx.. I was able to edit that but how do I know it is working?? Should there be a padlock etc...?? Link to comment Share on other sites More sharing options...
lagodilecco Posted May 4, 2010 Share Posted May 4, 2010 Pretend you're a customer who is logging in, and check whether it goes to "https:" instead of "http" in the browser's URL. Link to comment Share on other sites More sharing options...
lagodilecco Posted May 4, 2010 Share Posted May 4, 2010 Pretend you're a customer who is logging in, and check whether it goes to "https:" instead of "http" in the browser's URL. Link to comment Share on other sites More sharing options...
altermate Posted May 4, 2010 Author Share Posted May 4, 2010 Did that, and it didn't change... Must be doing something wrong somewhere... Any ideas? Link to comment Share on other sites More sharing options...
lagodilecco Posted May 4, 2010 Share Posted May 4, 2010 One thing to try is to check your configuration files (there are two, one for admin and one for your normal 'catalog'). The paths need to be updated. For example includes/configure.php contains a few defines which specify different locations for secure (https) and non secure (http). Not sure if this is helps you. Link to comment Share on other sites More sharing options...
altermate Posted May 4, 2010 Author Share Posted May 4, 2010 Thanx... does there need to be a padlock anywhere when the https is present in the URL? Link to comment Share on other sites More sharing options...
lagodilecco Posted May 4, 2010 Share Posted May 4, 2010 There should be a little padlock somewhere in your browser. Link to comment Share on other sites More sharing options...
altermate Posted May 4, 2010 Author Share Posted May 4, 2010 Thank you... The whole site seems to be working with the padlock next to the URL.. All I need now is to get the SSL Seal from my SSl Company to show up properly. Link to comment Share on other sites More sharing options...
lagodilecco Posted May 4, 2010 Share Posted May 4, 2010 Tip: If you're adding images to a page which will be used within SSL, then you should use the "https" version of the image's pathname, rather than the "http" version. This will avoid the "your site contains both secure and insecure..." message. Good luck! Link to comment Share on other sites More sharing options...
♥mdtaylorlrim Posted May 4, 2010 Share Posted May 4, 2010 Thank you... The whole site seems to be working with the padlock next to the URL.. All I need now is to get the SSL Seal from my SSl Company to show up properly. Only the registration pages and shopping cart check out procedure should be secured. You have this line set for https when it should be http. define('HTTP_SERVER', 'http://www.my_domain.com'); Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...? Link to comment Share on other sites More sharing options...
altermate Posted May 4, 2010 Author Share Posted May 4, 2010 Oh... ok so in the includes/configure.php I only need to change the https_server to https etc... that sounds right.. Thanx. It did the job too. Thanx Link to comment Share on other sites More sharing options...
germ Posted May 4, 2010 Share Posted May 4, 2010 How to install SSL on OSC: A Simple 1-2-3 Instruction, Simple, straighforward instructions If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.