when I try to update my email address using ./certbot-auto register --update-registration --email <mymail> I get the error UnexpectedUpdate: RegistrationResource.
Log:
2017-01-01 20:32:13,406:DEBUG:certbot.main:Exiting abnormally:
Traceback (most recent call last):
File "/home/me/.local/share/letsencrypt/bin/letsencrypt", line 11, in
sys.exit(main())
File "/home/me/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 776, in main
return config.func(config, plugins)
File "/home/me/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 413, in register
body=acc.regr.body.update(contact=('mailto:' + config.email,))))
File "/home/me/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 132, in update_registration
raise errors.UnexpectedUpdate(regr)
What can I do? I got an expiration notice to the new address already but in the regr.json I still see the old email address.
Does someone know which mail is linked with the domain v-gar.de at the moment? (perhaps @jsha) Still getting the same error… I hope it’s a client side error only.
@viktor: What client version are you using? Older versions had a bug where the would crash out after receiving a successful response from the server, if the response included a change to the registration object. If that’s the situation you have, I would recommend upgrading your client to be sure.
Im also experiencing same error messages from the same commands (both with and without specifying the domain).
A reply by @jsha here Accidentally Unsubscribed says that the crash actually happens after the email gets updated. If so, how do I check what email is registered for notifications?