HTTPS Interception Weakens TLS Security
us-cert.gov
HTTPS Interception Weakens TLS Security
1–10 of 105 posts
Re: HTTPS Interception Weakens TLS Security
#2Re: HTTPS Interception Weakens TLS Security
#3* certificate issues (expiration, domain mismatch, etc.)
* OCSP/CRL verification
* validation of HPKP header
I understand that few vendors may be doing it (I know one which does at least the first 2). Probably the worst offense is choosing the weakest TLS version + cipher to save resources, like using TLS 1.0 because it take less resources to decode/encode than TLS 1.2 + elliptic curve.
Re: HTTPS Interception Weakens TLS Security
#4Re: HTTPS Interception Weakens TLS Security
#5It does not have to be. Done correctly, SSL interception can pass through all the errors to the client: * certificate issues (expiration, domain mismatch, etc.) * OCSP/CRL verification * validation of HPKP header I understand that few vendors may be doing it (I know one which does at least the first 2). Probably the worst offense is choosing the weakest TLS version + cipher to save resources, like using TLS 1.0 becau…
In fact it seems to me that having the validation happening in one place may potentially be easier to maintain than across many different clients' software.
Re: HTTPS Interception Weakens TLS Security
#6The US government has basically declared "HTTPS/TLS Interception Considered Harmful". This is going to be interesting as all the major security load blanacer/appliances out there offer this as a standard service at this point.
Re: HTTPS Interception Weakens TLS Security
#7The US government has basically declared "HTTPS/TLS Interception Considered Harmful". This is going to be interesting as all the major security load blanacer/appliances out there offer this as a standard service at this point.
Re: HTTPS Interception Weakens TLS Security
#8The US government has basically declared "HTTPS/TLS Interception Considered Harmful". This is going to be interesting as all the major security load blanacer/appliances out there offer this as a standard service at this point.
Re: HTTPS Interception Weakens TLS Security
#9Re: HTTPS Interception Weakens TLS Security
#10... no shit.