Is a HTTPS connection secure without a valid SSL certificate?

后端 未结 6 1679
再見小時候
再見小時候 2020-12-23 01:58

I use a HTTPS connection without a valid SSL certificate. Is the connection safe? Is the information encrypted?

6条回答
  •  暖寄归人
    2020-12-23 02:34

    The connection is encrypted even if the SSL certificate isn't valid (expired, snake-oil, untrusted CA, etc.). The SSL certificate validation just makes sure you're connecting to the folks you think you're connecting to. Encryption doesn't do you any good if the folks decrypting your data are crackers instead of PayPal.

提交回复
热议问题