• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Too much redirections ... Solved by clearing NGINX cache

Pascal_Netenvie

Regular Pleskian
Server operating system version
Debian 11.11
Plesk version and microupdate number
Plesk Obsidian 18.0.72 Update #3
Hello,
We have rarely but regularly the same problem on different servers.
Suddenly website hosted become unvailable because there is too much redirections (perhaps after SSL certifcate renew).

Clearing NGINX cache manually solve the problem imemdiatly ...
Although NGINX cache lifetime is 30 min the problem can last hours until we clear it manualy.

The problem don't occur on browsers that have recently visit site.
It seems to be related to SSL certificate ...

Some solutions or idea ?

Regards.
 
NGINX settings are close to default.

nginx -t display that :

Code:
nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "                                                                                                                                                                             /opt/psa/var/certificates/scfzmhgVQ"
nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "                                                                                                                                                                             /opt/psa/var/certificates/scfj4XfTr"
nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "                                                                                                                                                                             /opt/psa/var/certificates/scfj4XfTr"
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
 
I don't think the warning should be causing the issue you are describing, but you can disable OCSP stapling in domains > domain.com > SSL/TLS certificates. Have you tried matching the default values of Nginx caching settings?
 
Back
Top