Error getting a certificate on a subdomain on a separate server

after giving the command < certbot --apache > on a newly installed Debian 8.0 server I get the following error:


1: impera.datacloud4u.nl

Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter ā€˜cā€™ to cancel):
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.

What is going wrong?

Please check the pinned post, this problem is due to an ongoing security issue discovered that affects the tls-sni-01 challenge used by the Apache plugin. For now, you will need to use an alternate challenge type, such as webroot with the http-01 authentication, instead.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.