You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... I understand that not following the below instructions will result in immediate closure and/or deletion of my issue.
... I have understood that this bug report is dedicated for bugs, and not for support-related inquiries.
... I have understood that answers are voluntary and community-driven, and not commercial support.
... I have verified that my issue has not been already answered in the past. I also checked previous issues.
Description
receiving ValueError: Challenge did not pass for mydomain
I think because created filename contains lower case letters (file is created and available) but validated filename contains only uppercase letter.
Changed in log domain to mydomain.com and IP to 0.0.0.0
Logs:
acme-mailcow-1 | Creating new order...
acme-mailcow-1 | Order created!
acme-mailcow-1 | Verifying mydomain.com...
acme-mailcow-1 | Traceback (most recent call last):
acme-mailcow-1 | File "/usr/bin/acme-tiny", line 8, in <module>
acme-mailcow-1 | sys.exit(main())
acme-mailcow-1 | ^^^^^^
acme-mailcow-1 | File "/usr/lib/python3.12/site-packages/acme_tiny.py", line 195, in main
acme-mailcow-1 | signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url, contact=args.contact, check_port=args.check_port)
acme-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
acme-mailcow-1 | File "/usr/lib/python3.12/site-packages/acme_tiny.py", line 153, in get_crt
acme-mailcow-1 | raise ValueError("Challenge did not pass for {0}: {1}".format(domain, authorization))
acme-mailcow-1 | ValueError: Challenge did not pass for mydomain.com: {'identifier': {'type': 'dns', 'value': 'mydomain.com'}, 'status': 'invalid', 'expires': '2024-07-12T16:41:15Z', 'challenges': [{'type': 'http-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall-v3/373082688957/n1ebyw', 'status': 'invalid', 'validated': '2024-07-05T16:41:16Z', 'error': {'type': 'urn:ietf:params:acme:error:unauthorized', 'detail': '0.0.0.0: Invalid response from https://mydomain.com/.WELL-KNOWN/ACME-CHALLENGE/YGX7DYDW0GBLSADXFK4TGQV3CGFBOXSKDP7JXMJFJ40: 404', 'status': 403}, 'token': 'YGx7dYDW0GblSadXFk4TGqV3CGFboxSkDP7JXmjFj40', 'validationRecord': [{'url': 'http://mydomain.com/.well-known/acme-challenge/YGx7dYDW0GblSadXFk4TGqV3CGFboxSkDP7JXmjFj40', 'hostname': 'mydomain.com', 'port': '80', 'addressesResolved': ['0.0.0.0'], 'addressUsed': '0.0.0.0'}, {'url': 'https://mydomain.com/.WELL-KNOWN/ACME-CHALLENGE/YGX7DYDW0GBLSADXFK4TGQV3CGFBOXSKDP7JXMJFJ40', 'hostname': 'mydomain.com', 'port': '443', 'addressesResolved': ['0.0.0.0'], 'addressUsed': '0.0.0.0'}]}]}
acme-mailcow-1 | Fri Jul 5 11:41:19 CDT 2024 - Failed to obtain certificate /var/lib/acme/mydomain.com/cert.pem for domains 'mydomain.com'
acme-mailcow-1 | OK
acme-mailcow-1 | Fri Jul 5 11:41:19 CDT 2024 - Some errors occurred, retrying in 30 minutes...
acme-mailcow-1 | OK
LxanderUA
changed the title
acme-mailcow upper/lower case file name bug
acme-mailcow verification file name with lower case symbols, but checked file name contains only uppercase
Jul 5, 2024
LxanderUA
changed the title
acme-mailcow verification file name with lower case symbols, but checked file name contains only uppercase
acme-mailcow verification file name with lower case symbols, but url file name contains only uppercase
Jul 5, 2024
LxanderUA
changed the title
acme-mailcow verification file name with lower case symbols, but url file name contains only uppercase
acme-mailcow verification file name with lower case symbols, but checked file name contains only uppercase
Jul 5, 2024
LxanderUA
changed the title
acme-mailcow verification file name with lower case symbols, but checked file name contains only uppercase
acme-mailcow created verification file name with lower case symbols, but checked file name contains only uppercase
Jul 5, 2024
Contribution guidelines
I've found a bug and checked that ...
Description
Logs:
Steps to reproduce:
Which branch are you using?
master
Which architecture are you using?
ARM64 (aarch64)
Operating System:
Ubuntu 22.04 LTS
Server/VM specifications:
8
Is Apparmor, SELinux or similar active?
no
Virtualization technology:
proxmox
Docker version:
27.0.3
docker-compose version or docker compose version:
v2.28.1
mailcow version:
2024-06a
Reverse proxy:
Apache
Logs of git diff:
Logs of iptables -L -vn:
Logs of ip6tables -L -vn:
Logs of iptables -L -vn -t nat:
Logs of ip6tables -L -vn -t nat:
DNS check:
The text was updated successfully, but these errors were encountered: