• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved New potential SSLit-issue: Nginx needs restart instead of reload to apply new certificate settings

Bitpalast

Plesk addicted!
Plesk Guru
A "just in": We are experiencing issues with SSL certificates on CentOS 7.9, Plesk Obsidian latest MU.

After installation of a new SSL certificate, all configuration files are updated properly. We've checked the certificate content of the certificates named in the nginx.conf files of the domain, they carry the correct domain name.

Still, a "reload" of Nginx does not apply the new certificates. Instead, the host certificate is used unless Nginx is "restart"ed. Disabling Nginx caching has not resolved the issue. The only way to resolve it and to have Nginx load the new certificate was to restart the service.

Anyone else seeing the same?
 
Last edited:
@Arashi: Many thanks!

At first I found that only half of the number of allowed files are actually open, but a deeper search has shown that the actual limit that Nginx was using was only 1,024 files soft and 4,096 files hard (# less /proc/<pid of master process>/limits). I have made some updates to the configuration entries. Afterwards it was important to hard-restart Nginx (a reload did not read the new process limits), then a test for a new SSL cert installation went through fine. So indeed it seems that a "too many open files" scenario was the cause.
 
Back
Top