Redirection Hosts Error:
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- 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 I add mydomain.com/aaaa to the Forward Domain, the address I set to Domain Names is redirected to https://https//mydomain.com/aaaa
Nginx Proxy Manager Version
v2.9.19
To Reproduce Steps to reproduce the behavior:
- Go to 'Redirection Hosts', Add Redirection Hosts
- Set Domain Names, Forward Domain, SSL Certificate
- Connect to the address Domain Names
- See error
Expected behavior
Screenshots
Operating System
Additional context
I'm guessing you are putting the https:// into the domain field. The scheme drop down does this for you. Perhaps the software should not allow this or remove it for the user.
I'm having the same issue as the OP and I'm not putting https:// into the domain field.
I am experiencing this same problem, here you can see I'm trying to redirect to another domain from https on port 443 to HTTP on port 8888 and it seems to give me an incorrect location https://http://domain.com:8888


I'm also using v2.9.19
This is still an issue with v2.9.21
I'm seeing a similar issue with v2.10.2
A Domain to a domain redirect works as expected:
- www.blah.com --> foo.co.uk
- Result: https://foo.co.uk
A domain to a URL with path is getting confused, doubling the URL scheme and adding two trailing slashes:
- www.blah.com --> foo.co.uk/some/path
- Result: https://https//foo.co.uk/some/path//
Issue is now considered stale. If you want to keep it open, please comment :+1:
still an issue