Secure Connection Failed SEC_ERROR_REVOKED_CERTIFICATE when Certificate shows as active in AWS

39 Views Asked by At

I have a custom domain name set up in Namecheap which is used for an S3 bucket hosting a static site via Cloudfront. I created a certificate in AWS Certificate manager to use.

When I try to access the site, it tells me that the cert is revoked: enter image description here

The cert that the browser is receiving shows that it's active. enter image description here

It matches the following cert in AWS which also shows as active: enter image description here

I also queried the cert and noticed that 4 were returned:

$ openssl s_client -connect beta.mywebsite.ca:443 -showcerts

So what gives? It's serving me an active, issued cert but it says that it's revoked.

0

There are 0 best solutions below