UnicodeDecodeError: 'utf-8' codec can't decode byte 0x93 in position 672: invalid start byte

Certbot’s nginx configuration parser has trouble with non-ASCII text.

You can try locate the offending text using:

grep -R -P "[^\x00-\x7F]" /etc/nginx
1 Like