An unexpected error occurred.
Error: unauthorized :: The client lacks sufficient authorization :: Error creating new authz :: Syntax error
Please see the logfiles in /var/log/letsencrypt for more details.
Thanks for the bug report @Tealk. As I’m assuming you’re aware, the problem is you asked for the name “bug” which isn’t a valid domain name. This is not being checked by the client and is causing the server to respond that there is a syntax error in the request.
The client should perform this check and give the user a friendlier error if a requested domain is invalid. I created #1054 for tracking the issue.
The problem is that “bug” is not a valid domain name. When you are prompted to give a comma/space delimited list of domain names, what are you entering? If the name you want is bug.anzahcloud.de, then that fully qualified domain name must be entered. Including only the subdomain “bug” won’t work. Also, make sure that you aren’t accidentally typing “bug,anzahcloud.de” (with a comma).
ok i have fond this misstake have set a “alias bug”
but now i geht the error
An unexpected error occurred.
Error: unauthorized :: The client lacks sufficient authorization :: Error creating new authz :: Syntax error
Please see the logfiles in /var/log/letsencrypt for more details.
Yep. It is almost certainly the “Debian-80-jessie-64-minimal”. One thing you can try is to add the -t or --text flag to the command line to use the client with a text based interface instead of the ncurses UI. This could potentially solve the strange I/O problems you’re having. This has the added benefit of you being able to pastebin the interaction between you and the client.