certbot-asa
certbot-asa copied to clipboard
AuthorizationError: Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA
Hi,
First off, thanks for a great tutorial. I am getting the error below:
Do you have a workaround / fix for this?
Thank again.
Performing the following challenges:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 9, in
@catalinpetrisor The problem is that Let's Encrypt did disable TLS-SNI validation method used by this plugin. Which unfortunately makes certbot-asa plugin useless :-(
Here is the announce from Let's Encrypt:
https://community.letsencrypt.org/t/2018-01-11-update-regarding-acme-tls-sni-and-shared-hosting-infrastructure/50188
Are there any plans for "...moving to the HTTP validation method..." with regard to the certbot-asa plugin?
Using HTTP validation would require the ASA to serve arbitrary web pages at:
http://<your_domain>/.well-known/acme-challenge/<challenge_string>
If that's possible with an ASA, I don't know how to do it.
Seems there may need to be an update to this to state it won't work. I went through all the steps to get this setup and running, only to find this issue three hours after the fact.