S
S
Sandorin2016-11-13 14:28:08
Chromium
Sandorin, 2016-11-13 14:28:08

Why did Chromium stop allowing NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED to htmlacademy.ru?

Good day to all. After reloading the htmlacademy.ru page, the browser gave an error that the connection was not secure. Despite the fact that the page immediately opened in Firefox without problems. What is the problem? Browser privacy settings crashed or something? On a Linux PC Ubuntu 16.04, Chromium Version 53.0.2785.143 Built on Ubuntu , running on Ubuntu 16.04 (64-bit).
Error message
Your connection is not private

Attackers might be trying to steal your information from htmlacademy.ru (for example, passwords, messages, or credit cards).

NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
murmilad, 2016-11-13
@Sandorin

I turned off CERTIFICATE_TRANSPARENCY in chrome using policy,
added the /etc/chromium/policies/managed/policy.json
file
in which I indicated
{
"CertificateTransparencyEnforcementDisabledForUrls":[ "com"]
}
in accordance with the recommendation

S
sim3x, 2016-11-13
@sim3x

https://sslmate.com/blog/post/ct_redaction_in_chrome_53
https://www.certificate-transparency.org/what-is-ct

T
timurhisamov, 2016-11-14
@timurhisamov

I'll tweak it a bit:
{
"CertificateTransparencyEnforcementDisabledForUrls":[ "htmlacademy.ru"]
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question