aloopkin / WinCertes

An ACMEv2 client for Windows
GNU General Public License v3.0
118 stars 28 forks source link

Certificate validation fails #15

Closed PHCCorso closed 4 years ago

PHCCorso commented 5 years ago

When running WinCertes, it gives me the following output:

Generated orders and validated challenges for domains: www.mywebsite.com
Failed to retrieve certificate from CA: Failed to read certificate - version 1 certificate contains extra data

I've searched about the problem and the only thing I've found about it was this:

The issue is that the (absent because == default) version indicates a V1 certificate, but there are extensions present (the "extra data") in the ASN.1 sequence, which is a feature added for V3. Given that the purported issuer is "My CA V3" I would guess the certificate creator was trying to create a V3 CA cert, but the version was not set correctly.

But I don't know how to solve the problem. Any help?

aloopkin commented 4 years ago

Is this bug still happening? Do you get it when enrolling on Let's Encrypt, or another CA?

PHCCorso commented 4 years ago

@aloopkin Sorry, I didn't keep looking into it. Instead, I've moved to WACS, which then worked fine.

Do you get it when enrolling on Let's Encrypt, or another CA?

I've only tried it with Let's Encrypt.