Guest User

Untitled

a guest
Oct 22nd, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. acme-mailcow-1 | Tue Oct 22 07:54:00 UTC 2024 - Found A record for mail.mydomain.io: 81.11.111.111
  2.  
  3. acme-mailcow-1 | Tue Oct 22 07:54:00 UTC 2024 - Confirmed A record 81.11.111.111
  4.  
  5. acme-mailcow-1 | Tue Oct 22 07:54:00 UTC 2024 - Certificate /var/lib/acme/mail.mydomain.io/cert.pem doesn't exist yet or forced renewal - start obtaining
  6.  
  7. acme-mailcow-1 | Tue Oct 22 07:54:00 UTC 2024 - Creating backups in /var/lib/acme/backups/mail.mydomain.io/2024-10-22_07_54_00 ...
  8.  
  9. acme-mailcow-1 | Tue Oct 22 07:54:00 UTC 2024 - Checking resolver...
  10.  
  11. acme-mailcow-1 | Tue Oct 22 07:54:00 UTC 2024 - Resolver OK
  12.  
  13. acme-mailcow-1 | Tue Oct 22 07:54:00 UTC 2024 - Using command acme-tiny --account-key /var/lib/acme/acme/account.pem --disable-check --csr /var/lib/acme/mail.mydomain.io/acme.csr --acme-dir /var/www/acme/
  14.  
  15. acme-mailcow-1 | Parsing account key...
  16.  
  17. acme-mailcow-1 | Parsing CSR...
  18.  
  19. acme-mailcow-1 | Found domains: mail.mydomain.io
  20.  
  21. acme-mailcow-1 | Getting directory...
  22.  
  23. acme-mailcow-1 | Directory found!
  24.  
  25. acme-mailcow-1 | Registering account...
  26.  
  27. acme-mailcow-1 | Already registered! Account ID: https://acme-v02.api.letsencrypt.org/acme/acct/1842614047
  28.  
  29. acme-mailcow-1 | Creating new order...
  30.  
  31. acme-mailcow-1 | Order created!
  32.  
  33. acme-mailcow-1 | Verifying mail.mydomain.io...
  34.  
  35. acme-mailcow-1 | Traceback (most recent call last):
  36.  
  37. acme-mailcow-1 | File "/usr/bin/acme-tiny", line 8, in <module>
  38.  
  39. acme-mailcow-1 | sys.exit(main())
  40.  
  41. acme-mailcow-1 | ^^^^^^
  42.  
  43. acme-mailcow-1 | File "/usr/lib/python3.12/site-packages/acme_tiny.py", line 195, in main
  44.  
  45. 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)
  46.  
  47. acme-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48.  
  49. acme-mailcow-1 | File "/usr/lib/python3.12/site-packages/acme_tiny.py", line 153, in get_crt
  50.  
  51. acme-mailcow-1 | raise ValueError("Challenge did not pass for {0}: {1}".format(domain, authorization))
  52.  
  53. acme-mailcow-1 | ValueError: Challenge did not pass for mail.mydomain.io: {'identifier': {'type': 'dns', 'value': 'mail.mydomain.io'}, 'status': 'invalid', 'expires': '2024-10-29T07:54:05Z', 'challenges': [{'type': 'http-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall-v3/419591644157/kGIG3w', 'status': 'invalid', 'validated': '2024-10-22T07:54:07Z', 'error': {'type': 'urn:ietf:params:acme:error:connection', 'detail': '81.11.111.111: Fetching http://mail.mydomain.io/.well-known/acme-challenge/0ei6JTy52TTUCqazqazqaz38qazqazqazqazqe5D3DpQ0: Timeout during connect (likely firewall problem)', 'status': 400}, 'token': '0ei6JTy52TTUCqazqazqaz38qazqazqazqazqe5D3DpQ0', 'validationRecord': [{'url': 'http://mail.mydomain.io/.well-known/acme-challenge/0ei6JTy52TTUCqazqazqaz38qazqazqazqazqe5D3DpQ0', 'hostname': 'mail.mydomain.io', 'port': '80', 'addressesResolved': ['81.11.111.111'], 'addressUsed': '81.11.111.111'}]}]}
  54.  
  55. acme-mailcow-1 | Tue Oct 22 07:54:20 UTC 2024 - Failed to obtain certificate /var/lib/acme/mail.mydomain.io/cert.pem for domains 'mail.mydomain.io'
  56.  
Advertisement
Add Comment
Please, Sign In to add comment