Ask HN: Any tools to force TLS handshake to use “more secure” network?
1–5 of 5 posts
Re: Ask HN: Any tools to force TLS handshake to use “more secure” network?
#2No, this isn't a concern due to PKI. (If you disagree with PKI you should stop using the Internet completely.)
If I switch my laptop to use a tethered network via my cellphone prior to hitting an HTTPS website and then switch it back to using the public WIFI after the connection has been established
This isn't possible because you have different IP addresses on those two networks and once a TCP connection has been established on one IP address it can't be moved to a different one.
Re: Ask HN: Any tools to force TLS handshake to use “more secure” network?
#3the real concern is in doing the initial TLS handshake over an unsecured public WIFI network No, this isn't a concern due to PKI. (If you disagree with PKI you should stop using the Internet completely.) If I switch my laptop to use a tethered network via my cellphone prior to hitting an HTTPS website and then switch it back to using the public WIFI after the connection has been established This isn't possible becaus…
Re: Ask HN: Any tools to force TLS handshake to use “more secure” network?
#4the real concern is in doing the initial TLS handshake over an unsecured public WIFI network No, this isn't a concern due to PKI. (If you disagree with PKI you should stop using the Internet completely.) If I switch my laptop to use a tethered network via my cellphone prior to hitting an HTTPS website and then switch it back to using the public WIFI after the connection has been established This isn't possible becaus…
Re: Ask HN: Any tools to force TLS handshake to use “more secure” network?
#5the real concern is in doing the initial TLS handshake over an unsecured public WIFI network No, this isn't a concern due to PKI. (If you disagree with PKI you should stop using the Internet completely.) If I switch my laptop to use a tethered network via my cellphone prior to hitting an HTTPS website and then switch it back to using the public WIFI after the connection has been established This isn't possible becaus…
WRT the second point, since HTTP is stateless doesn't it make a new connection for every request via whatever network is available?