What are the pros and cons of a 100% HTTPS site?

前端 未结 7 1274
星月不相逢
星月不相逢 2020-12-30 04:12

First, let me admit that what I know about HTTPS is pretty rudimentary. I don\'t know much about session security, encryption, or how either of those things is supposed to b

7条回答
  •  旧时难觅i
    2020-12-30 04:36

    You can serve the same content via HTTPS as you do via HTTP (just point it to the same document root).

    Cons that may be major or minor, depending:

    1. serving content over HTTPS is slower than serving it via HTTP.
    2. certificates signed by well-known authorities can be expensive
    3. if you don't have a certificate signed by a trusted authority (eg, you sign it yourself), visitors will get a warning

    Those are pretty basic, but just a few things to note. Also, personally, I feel much better seeing that the entire site is HTTPS if it's anything related to financial stuff, obviously, but as far as general browsing, no, I don't care.

提交回复
热议问题