https 原理简析

版权声明 本站原创文章 由 萌叔 发表 转载请注明 萌叔 | http://vearne.cc 起因:周四下午要在公司做关于https的分享,就顺便结合已经写好的PPT,在CSDN 中也分享下。 参考资料: 加密与解密 电子工业出版社 HTTP Over TLS RFC2818 The Transport Layer Security (TLS) Protocol RFC5246 https://en.wikipedia.org/wiki/Transport_Layer_Security 大型网站的 HTTPS 实践 http://blog.jobbole.com/86660/ 上面的参考资料都挺好的,尤其后面4个,如果想彻底了解https必须得读一下 HTTPS是什么? HTTPS (also called HTTP over TLS, HTTP over SSL and HTTP Secure) is a protocol for secure communication over a computer network which is widely used on the Internet. HTTPS consists of communication over Hypertext Transfer Protocol (HTTP) within a connection encrypted by Transport Layer Security or its predecessor, Secure Sockets Layer. ...

January 1, 2018 · 2 min