|
|
|
|
|
by imglorp
535 days ago
|
|
Does it matter for an informational site? HTTP is quicker and doesn't expire certs etc. Of course, agree, it's totally needed for anything with a login or downloads etc, but serious question, what's the risk/benefit tradeoff here? |
|
The benefit is that you can be sure that nothing modifies the traffic between your server and the client, so the client sees your content without any modification.
The counter-points to the benefit are that a) the traffic can still be *blocked* by any party in the middle (eg a state-level firewall), b) that traffic can absolutely be modified if the client has accepted an alternative CA for whatever reason (legal, corporate, etc) and that CA is used to MITM the connection to your server, and c) you as a website operator don't necessarily care about the MITM situation of every client's network (ie them having a MITM is their problem, not yours).
There's another benefit that browsers restrict some JS API to only run on https pages, which matters if you wanted to use those API. https://developer.mozilla.org/en-US/docs/Web/Security/Secure...