Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA, that's it

Hi,

Please try to run the certbot again, but this time, use certbot --apache --preferred-challenges http

This error message was generated because the default verification method tls-sni-01 is disabled due to security issues. The prefer challenges override this method.

P.S. you might want to upgrade your certbot.

Thank you