ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   Too Many Redirects (http://forum.ispsystem.com//showthread.php?t=2795)

lexsusdk 12-14-2016 08:17 PM

Too Many Redirects
 
Hi
I have a problem with https
boxbilling, hopebilling, prestashop works seamlessly with ssl while joomla, WP report Too Many Redirects

ISPmanager Business 5.86.0
Centos 7

lexsusdk 12-15-2016 06:48 PM

using google translate on the Russian wiki solved my problem with wordpress.....

ISPmanager does not set up for WordPress nginx in some special way. It is necessary to configure WordPress itself so that there is no redirection. You must install the plug-in WP "ssl-insecure-content-fixer" in the WP settings select "HTTP_X_FORWARDED_PROTO".

now it's just if there is something to joomla and other CMS

fly 12-16-2016 09:47 AM

Hi

This is well-known issue - CMS determines protocol in a wrong way and makes a wrong redirect. Usually, in this situation it will help you to add directives

proxy_set_header X-Forwarded-Https "on";
proxy_set_header X-Forwarded-Port "443";

to section @fallback in domain nginx configuration file.

lexsusdk 12-17-2016 03:48 PM

thanks fly.
it does not work with joomla, just tested it.


All times are GMT +2. The time now is 11:15 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.