|
|
|
|
|
by ben_w
2616 days ago
|
|
I thought the point of SSL was that a MITM couldn’t decrypt it? Unless they have the private key(s). (Or the ability to substitute their own keys, but that seems to get noticed fairly quickly and the relevant certificate authority gets rapidly shunned). |
|
I was told they have intermediate keys for certificate authorities(probably done legally with the ca permission), generate a new key signed with the real intermediate. This would be detectable as the cert fingerprint would be different from the legit legit one, while SSH checks for this by default SSL does not.
I have tried to detect the above and as far as I can tell they are not doing it, but I believe the people I heard more than I believe my ability to detect it.