I tried to install LetsEncrypt-App for UCS but during the installation i have a error like this:
Screenshot:
Text:
Traceback (most recent call last):
File “/usr/share/univention-letsencrypt/acme_tiny.py”, line 197, in
main(sys.argv[1:])
File “/usr/share/univention-letsencrypt/acme_tiny.py”, line 193, in main
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)
File “/usr/share/univention-letsencrypt/acme_tiny.py”, line 149, in get_crt
raise ValueError(“Challenge did not pass for {0}: {1}”.format(domain, authorization))
ValueError: Challenge did not pass for buchklub.at: {u’status’: u’invalid’, u’challenges’: [{u’status’: u’invalid’, u’validationRecord’: [{u’url’: u’http://buchklub.at/.well-known/acme-challenge/v3CXr0p0XGFI_XUXKhGGRxBPqZvaFvEaFVnOFTcjBcI’, u’hostname’: u’buchklub.at’, u’addressUsed’: u’91.221.100.40’, u’port’: u’80’, u’addressesResolved’: [u’91.221.100.40’]}, {u’url’: u’https://www.buchklub.at/.well-known/acme-challenge/v3CXr0p0XGFI_XUXKhGGRxBPqZvaFvEaFVnOFTcjBcI’, u’hostname’: u’www.buchklub.at’, u’addressUsed’: u’91.221.100.40’, u’port’: u’443’, u’addressesResolved’: [u’91.221.100.40’]}, {u’url’: u’https://www.buchklub.at/.well-known/acme-challenge/v3CXr0p0XGFI_XUXKhGGRxBPqZvaFvEaFVnOFTcjBcI/’, u’hostname’: u’www.buchklub.at’, u’addressUsed’: u’91.221.100.40’, u’port’: u’443’, u’addressesResolved’: [u’91.221.100.40’]}], u’url’: u’https://acme-v02.api.letsencrypt.org/acme/chall-v3/8987652491/XuygEQ’, u’token’: u’v3CXr0p0XGFI_XUXKhGGRxBPqZvaFvEaFVnOFTcjBcI’, u’error’: {u’status’: 403, u’type’: u’urn:ietf:params:acme:error:unauthorized’, u’detail’: u’Invalid response from https://www.buchklub.at/.well-known/acme-challenge/v3CXr0p0XGFI_XUXKhGGRxBPqZvaFvEaFVnOFTcjBcI/ [91.221.100.40]: “\n\n\n\n<!–[if IE 7]> <html cla”’}, u’type’: u’http-01’}], u’identifier’: {u’type’: u’dns’, u’value’: u’buchklub.at’}, u’expires’: u’2020-12-08T02:31:51Z’}
Setting letsencrypt/status
Anyone has any solution or idea what it could be?
After the installation Apache won’t start again and i cant create Certs…