Why not use HTTPS for everything?

后端 未结 15 1106
予麋鹿
予麋鹿 2020-12-02 07:54

If I was setting up a server, and had the SSL certificate(s), why wouldn\'t I use HTTPS for the entire site instead of just for purchases/logins? I would think it would make

15条回答
  •  独厮守ぢ
    2020-12-02 08:58

    I can think of a couple reasons.

    • Some browsers may not support SSL.
    • SSL may decrease performance somewhat. If users are downloading large, public files, there may be a system burden to encrypt these each time.

提交回复
热议问题