Since a few weeks a pop-up window appears (sometimes) after start-up of my Ubuntu 16.4 system, see this picture:
The title in the window bar says: "Untrusted certificate". The 1st line in the window says: "Cannot safely/securely connect to ....". The company to which ...stackstorage.com belongs, says that it does not use this certificate, and that from their perspective everything is okay. They say that my system might be under MITM-attack. I have no idea what to do (and what the danger is). Please help!
(I do'nt use VPN, my ISP is Ziggo (Netherlands), according to my router the IP4 DNS Server is: 89.101.251.228 and 89.101.252.229)
subject= /C=TW/O=Chunghwa Telecom Co., Ltd./OU=ePKI Root Certification Authority
I did not found any occurrences of
– Maarten Fokkinga Apr 15 '20 at 18:48hinet
in the output, Also, I did not found any occurrences of eitherChunghwa
norhinet
in/etc/ssl/certs
and/usr/share/ca-certificates/mozilla/
https://groups.google.com/forum/#!msg/mozilla.dev.security.policy/W4VK1JPgiZA/8pCsp9D-AwAJ
– Wiper Apr 15 '20 at 19:00there is on going discussion about 'Chunghwa Telecom' in the Mozilla(bugzilla) forum specifically about the misused certificates and their status as a eCA. Currently they are not in the CA EV list for mozilla.
If you can find and remove the cert from your system that should be enough. If it re appears you want to block them specifically as a CA from issuing another cert you would need to do so from your own DNS server using CAA lines https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization.
– Wiper Apr 15 '20 at 19:15