Why not use HTTPS for everything?

后端 未结 15 1124
予麋鹿
予麋鹿 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:48

    If whole session is encrypted then you won't be able to use caching for static resources like images and js on proxy level eg ISP.

提交回复
热议问题