dgornik Posted April 4, 2011 Share Posted April 4, 2011 It seems version 1.4 works different with SSL than 1.3. Did anyone successfully install dedicated SSL on 1.4?Whenever I try to switch SSL on I am not able to display any of the main pages like my-account, etc. with the error message:Firefox has detected that the server is redirecting the request for this address in a way that will never complete.(btw. comparable message with other browsers)I can access other pages via https:// without a problem!There are other discussions in this forum with questions about it, but no answer. I am with 1and1 and have dedicated certification for my whole web page.---------------------------------------------------------O.K. searched for bugs and found the following solution (and tested it in my shop):Reported by bellini13:I noticed the problem for me was in the FrontController.php. The code checks if the variable $_SERVER['HTTPS']) == 'on'.However for me the value is '1' and not 'on'. After changing the code to check for '1', then the redirect issue went away.So... edit the FrontController.php file and replace the 'on' in several occasions with '1' and SSL should work. Link to comment Share on other sites More sharing options...
phunter121 Posted April 13, 2011 Share Posted April 13, 2011 I have had a few problems with this also. I ended up making the change mentioned in this bug report:http://forge.prestashop.com/browse/PSCFI-1249I also had to make the changes in this post:http://www.prestashop.com/forums/viewthread/102212/ Link to comment Share on other sites More sharing options...
babyewok Posted June 30, 2011 Share Posted June 30, 2011 I have exactly the same issue but with version 1.4.3 and the solutions offered do not work on this version. Any ideas? Link to comment Share on other sites More sharing options...
dgornik Posted July 1, 2011 Author Share Posted July 1, 2011 I have no problems with 1.4.2.5. SSL worked with 1.4.2 also. Link to comment Share on other sites More sharing options...
babyewok Posted July 1, 2011 Share Posted July 1, 2011 Finally figured out my host needed $_SERVER[‘SSL’]) instead of $_SERVER[‘HTTPS’]) Link to comment Share on other sites More sharing options...
MarkAngelo Posted August 1, 2011 Share Posted August 1, 2011 Finally figured out my host needed $_SERVER[‘SSL’]) instead of $_SERVER[‘HTTPS’]) Hi Babyewok, I am having the same issue I think. Where did you change this at? What file and where? I need SSL and it keeps Telling me there's unsecure items on the site. Thank you, Mark Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now