Hey,
How to fix this error?
Client does not support any combination of challenges that will satisfy the CA
- No Issue on DNS Everything is Perfect
- Server - Apache
- SSL Install Method -
sudo apt-get -y install python-letsencrypt-apache
(Let’s Encrypt Python)
letsencrypt --apache -d example.com
Let’s Encrypt Error log
File "/usr/lib/python2.7/dist-packages/letsencrypt/auth_handler.py", line 430, in _find_smart_path
raise errors.AuthorizationError(msg)
AuthorizationError: Client does not support any combination of challenges that will satisfy the CA.