Please fill out the fields below so we can help you better.
My domain is: mail.xxxx.sk
I ran this command: python3/python acme_tiny.py --account-key /root/ssl.novy/account.key --csr /root/ssl.novy/mail.xxx.sk.csr --acme-dir /var/www/html/.well-known/acme-challenge > /root/ssl.novy/signed.crt
It produced this output:
File “acme_tiny.py”, line 198, in
main(sys.argv[1:])
File “acme_tiny.py”, line 194, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca)
File “acme_tiny.py”, line 149, in get_crt
domain, challenge_status))
ValueError: mail.xxx.sk challenge did not pass: {‘error’: {‘type’: ‘urn:acme:error:connection’, ‘status’: 400, ‘detail’: ‘Could not connect to mail.xxxx.sk’}, ‘token’: ‘PnsptbFjBMLsdbz3HX8g8OoHyU1r0RLCqa9xfoy0fjw’, ‘type’: ‘http-01’, ‘uri’: ‘https://acme-v01.api.letsencrypt.org/acme/challenge/OEyrrfhllJAQqKj9PJPWDz9y6G0e2leT1_cRWGvXRH0/710666361’, ‘keyAuthorization’: ‘PnsptbFjBMLsdbz3HX8g8OoHyU1r0RLCqa9xfoy0fjw.VVeOEDNXKrH-oTUNv3q95f0rAt3QCBqVuMTYB0HUZho’, ‘validationRecord’: [{‘addressesResolved’: [‘1.1.1.1’], ‘addressUsed’: ‘1.1.1.1’, ‘port’: ‘80’, ‘hostname’: ‘mail.xxx.sk’, ‘url’: ‘http://mail.xxxx.sk/.well-known/acme-challenge/PnsptbFjBMLsdbz3HX8g8OoHyU1r0RLCqa9xfoy0fjw’}], ‘status’: ‘invalid’}
My operating system is (include version): Debian 8
My web server is (include version): Apache 2.4.10
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know):yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
I regenerate this certificate 2 times with cron job, and 3. time it doing thix error.
Any help ? i fixing it 3 days without luck, i dont know what next. Thx