• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Issue Lets Encrypt - error in certificate renew process

Nobody has claimed that. It doesn't help to make accusations here.
Why would anyone want to do that?
You already mentioned that.

This is how it looks on my private server, but on all other 50 Plesk servers too

Code:
    location ^~ /.well-known/acme-challenge/ {
        root /var/www/vhosts/default/htdocs;

        types { }
        default_type text/plain;

        satisfy any;
        auth_basic off;
        allow all;

        location ~ ^/\.well-known/acme-challenge.*/\. {
            deny all;
        }
    }

You could check whether the route for http traffic is the same as for https traffic.
is exactly the same route
Are you using a proxy like Cloudflare? Could the issue be linked to port-related setting there?
We don't use that and no
Do you have any individual Nginx or Apache configuration directives in effect in your domain ("Apache and Nginx Settings")? These could take precedence over the default 301 in the "server" bracket of nginx.conf of the domain.
no, no individual settings have been made here
 
If you cannot find out where a redirect is done with the requirement of a working certificate, the best option will be to submit a support ticket to Plesk support so that an engineer can check it on your server why this happens.

i couldnt find anyone who could post a successful automatic lets encrypt renewal.
@t.echternach-weber The normal behavior is that certificates can be renewed without issues, with or without SSL redirect "on".
 
Back
Top