• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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
 
Back
Top