-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
acme/autocert: no supported challenge type found #210
Comments
@ramon-ga hello! Maybe related to this - though I can't say exactly at moment. Did your setup change in some way from what you had before? Maybe extra proxy providers before your service? |
Hi @FZambia It's possible that you check if the dependency is up to date? The setup is as before on the old server, and there's no proxy in front. |
Yes, I'll update dependency. Looks like this also requires HTTP handler that works on port 80 to be registered in server and only solves a task of acme http_01 challenging. |
@ramon-ga added new boolean option |
@FZambia thanks for your effort on this! I tried it, see below. With
With Points to consider:
|
ok, fine 👍
Agree, will add it.
Could you write more about admin panel? As far as I understand it must work on main port which is 443 in this case and not on port 80 - or am I wrong?
This is turned on only if |
Correct
Perfect, redirecting all other plain HTTP requests to HTTPS is a perfect solution |
Sorry - so do you see any problem with admin interface at moment? |
No i don't see any problem for me this works fine. I'm thinking just about that maybe someone don't like to see that the admin interface is accessible over unencrypted http. But for me it's fine. |
Are you sure it was not a redirect to https admin page? |
I started the new version again, and you're right it's a redirect. |
@ramon-ga added logging in latest commit, so looks like this can be released? |
All this works like a charm, thank you for your effort! Tasks done:
Log:
|
Just released this in 1.7.9 |
Hi
I'm getting the following error for auto cert, after a fresh setup on a new server:
acme/autocert: no supported challenge type found
Settings are:
Maybe something is changed in the acme library?
The text was updated successfully, but these errors were encountered: