-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
"Confirmed A record with IP, but HTTP validation failed" error #4463
Comments
Sorry, just another info. Port 80 is accessible from outside, I can verify it with curl
If I open HTTPS version of the site ( |
I tried a solution suggested by issue #2323. So, I found out that Anyway, solution suggested to remove
|
Also, I can see a file: |
OK, this is weird, but I managed to solve the problems. I opened
Then I said:
...and verification went through. |
So I created a GitHub account JUST so I could reply to you. I was dealing with the same issue, even did a bunch of DNS changes, whatever I did I COULD NOT GET IT TO WORK.... Failed in the exact same way you referenced. Followed the last 4 things you said and now I'm in business!! This was the key piece: acme-mailcow_1 | Mon Feb 14 08:32:17 EST 2022 - Initializing, please wait... |
Interesting. Anyway, this seems a bug for me. Also, it would be nice if Certbot would be implemented, not just acme-tiny and other methods of authentication would be supported (namely DNS authentication). |
This worked for me as well - thanks! |
I had the exact same issue, and after using using @MatejKovacic's workaround it seems to work. I don't know if this is a long-term fix to the issue however, and I'm also of the opinion that this is a bug. |
Tried workaround from @MatejKovacic but now I have this error:
|
This fixed it for me too. Fresh install of Mailcow done today and the same issue. |
So I'm a TOTAL n00b on GitHub, and only originally signed up so I could LITERALLY comment on this thread. However, is there an effective way to notify the developers of this issue going forward? I would do it myself, I'm just not sure how. |
In the end, my error actually turned out to be down to my reverse proxy (nginx proxy manager) trying to handle acme requests itself rather than passing them on |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Same deal here, fresh install of mailcow. I can confirm that just |
Thank you it worked for me. |
same here ... what is HTTP_VERIFICATION all about? |
Same here, fresh installation on debian 11 |
The same on Ubuntu 20.04 LTS |
The same here, fresh installation on Ubuntu 22.04 LTS |
This is not a bug, but misconfiguration with NAT reflection. Read docs: _
_ |
Thanks a lot bro! I already thought I would never solve this problem. Moreover, everything is fine on the Hetzner server, but there was such a problem on Contabo |
Giving a maybe better solution to people here: Looking at the documentation, they talk about this problem here: https://docs.mailcow.email/post_installation/firststeps-ssl/?h=ufw#validation-errors-and-how-to-skip-validation Upon reading that, I discovered I had |
For me the Fix "works" but after the "order" is placed i get a error .-.
|
this worked for me |
what config did you change for that? i'm having the same problem where I can't access the /.well-known/acme-challenge with mail.domain.com, but i can with https://localip and i'm not really sure what's wrong |
still seeing this issue in September 2024 |
just saw this now (october 2024) on a fresh install, workaround still worked. |
Prior to placing the issue, please check following: (fill out each checkbox with an
X
once done)Summary
I have a fresh MailCow installation. I am trying to get my certificates signed by Let's Encrypt. Since I do not have IPv5, I disabled IPv6 according to documentation.
Then I run these commands:
Logs
When I run
docker-compose logs --tail=200 -f acme-mailcow
I get this error:Reproduction
I tried that several times, always the same result. However, other parts of the system are working (receiving mails, sending mails,...).
System information
docker version
)docker-compose version
)Regarding AppArmor, I get this:
docker exec -it $(docker ps -qf name=acme-mailcow) dig +short stackoverflow.com @172.22.1.254
(set the IP accordingly, if you changed the internal mailcow network) and post the output:The text was updated successfully, but these errors were encountered: