Certificate Transparency required

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: https://www.tritux.fr/

I ran this command: letsencrypt --webroot-path=/var/www/html/ -d tritux.fr -d www.tritux.fr

It produced this output: I got a certificate and everything is ok, but the certificate seems to show this error : NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED

What should I do ?

When I load https://www.tritux.fr in Chrome, I do not see the error, instead I see a valid CT response:

Could you check again? This error might be caused by delays in CT logs and might have been resolved simply because you waited a little.

On the other note, I see that the certificate is valid only for www.tritux.fr and not tritux.fr (which you mention in the question). Is that a problem?

Hi @haythemtrabelsi,

What version of Chrome are you testing with?

I don't believe this symptom is caused by what you are referencing here. I think you're thinking about delays by monitors like crt.sh ingesting log entries and that would be unrelated to this browser error.

1 Like

Indeed i should have waited a little bit, the ERR_CERTIFICATE_TRANSPARENCY_REQUIRED is gone now.
I just have update the source code and remove all the unsecure http requests and replace them with https.
Thank you very much!

1 Like

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