Skip to content

Internal error on renewing SSL certificate when all requests of proxy host are redirected #2418

@davhae

Description

@davhae

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • No
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug
When using the Advanced NGINX Configuration of a proxy host to redirect all requests, renewal of certificates returns an internal error.

The configuration may look like this:

rewrite ^(/.*)$ https://another-___domain.com/ permanent;

Nginx Proxy Manager Version
v2.9.18

Expected behavior
I don't really know if it is expected, but requests to .well-known should be handled by the reverse proxy.

Operating System
Ubuntu Jammy

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions