-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No 443 port listener #29
Comments
ports exposed from host with
DNAT looks ok...
|
Maybe related to #26 |
It looks like a bug in caddy, but I don't know... Started caddy with So site get an LE cert, user is redirected to 443, but caddy haven't a 443 listener...?! Problem isn't persistent over all installations. Started with Removed |
You shouldn't need to use Make sure if you're wanting a site without tls use something like this.
This seems more like an issue with how you're using caddy than this plugin. |
At the moment I use it without |
That's what's causing the issue though, have a look at the caddy docs on what that's meant to be used for. The |
Shouldn't
Is it really only https port related? I know additional options |
Why do you want to change the default port though? HTTP is served on 80 and HTTPS is served on 2015 or the I think this and the port 80 issue can be closed. |
I tried to change the port because http for We can close the issue because it works with |
Thanks @pwFoo For the record. That's caddy behavior, this plugin doesn't change it. So, the solution is to change site address to force it to use the desired port. |
So any domain without tls (
So yes, it's caddy behavior... Workaround add port to domain. Closed |
Tried a new test deploy with tls, but caddy have no 443 listener?
But should have tls vhosts?
http works fine, but without the 443 port listener all the redirected http to https traffic will fail...
Tested with 0.1.0-alpine and 0.1.2-alpine.
Works fine with manual deployment (docker run...), but first docker stack deploy failed today.
The text was updated successfully, but these errors were encountered: