专注 K8S研究
发布时间:2019-08-08 22:25:27
https://blog.csdn.net/qq_38254467/article/details/82352083......【阅读全文】
发布时间:2019-08-08 22:05:16
https://blog.csdn.net/wsjtwmy/article/details/87640923......【阅读全文】
发布时间:2019-08-08 21:40:55
Https、OpenSSL自建CA证书及签发证书、nginx单向认证、双向认证及使用Java访问https://www.cnblogs.com/dreamingodd/p/7357029.html如何使用Java访问双向认证的Https资源https://www.cnblogs.com/dreamingodd/p/7491098.html......【阅读全文】
发布时间:2019-05-10 20:12:09
1.通过http协议调用,是不安全的,标准端口为80,在OSI网络模型中,工作于应用层,对传输数据不进行加密,无需配备证书。2.通过https协议调用,是安全的,标准端口为443,在OSI网络模型中,工作于应用层,对传输数据进行加密,需要CA机构wosign的颁发的SSL证书。在实践中通过https协议调用,其中需要携带证书访问服务器.........【阅读全文】
发布时间:2019-04-26 16:52:24
https://blog.csdn.net/qq_43205008/article/details/82906568......【阅读全文】