Package: acme-tiny
Version: 20160801-3
Severity: important

Dear maintainer,

On first use of acme-tiny on a new server, acme-tiny crashes with the
following error:

Traceback (most recent call last):
  File "/usr/bin/acme-tiny", line 11, in <module>
    load_entry_point('acme-tiny==20160326', 'console_scripts',
'acme-tiny')()
  File "/usr/lib/python3/dist-packages/acme_tiny.py", line 208, in
__entry_point
    main(sys.argv[1:])
  File "/usr/lib/python3/dist-packages/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 "/usr/lib/python3/dist-packages/acme_tiny.py", line 92, in get_crt
    raise ValueError("Error registering: {0} {1}".format(code, result))
ValueError: Error registering: 400 b'{\n  "type":
"urn:acme:error:malformed",\n  "detail": "Provided agreement URL
[https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf] does
not match current agreement URL
[https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf]",\n
"status": 400\n}'

It does not happen with an existing server.

Replacing the URL in /usr/lib/python3/dist-packages/acme_tiny.py fixes
the issue.

Best regards,
Val

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Letsencrypt-devel mailing list
[email protected]
https://lists.alioth.debian.org/mailman/listinfo/letsencrypt-devel

Reply via email to