Problem with new Certificate

Hey Guys,

i have a problem to get a new certificate.

i used the command ./certbot-auto -d www.mydomain.de

and i get the following message:
IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: www.mydomain.de
    Type: unauthorized
    Detail: Incorrect validation certificate for TLS-SNI-01 challenge.
    Requested
    6d800fa1a27f1531189fcdcdf7f4a025.ec9d29457d26dfc6e0c8edb217e635e9.acme.invalid
    from xxx.xxx.xx.xx:443. Received certificate containing
    myotherdomain.de,www.myotherdomain.de

How can I delete myotherdomain.de?

Let’s Encrypt is trying to perform a Domain Validation challenge called TLS-SNI-01

It connects to your HTTPS server, and says it wants to talk to a server with this unlikely looking name ending in .acme.invalid, it does this as part of the challenge.

Your HTTPS server has no idea what this is about, and responds with a default of some certificate you already had. It won’t help you to “delete” this other certificate. To pass the challenge your server would need to give the correct answer, giving no answer at all, or a different wrong answer won’t help.

Is this an Apache web server?

yes it is apache server

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