标签: ssl

1 篇文章

nginx + tomcat + SSL配置(centos6)
[TOC]数据传输方式用户 —————> nginx(HTTPS) ———————>tomcat(HTTP) nginx 和tomcat之间不需要使用HTTPS通信,因为nginx和tomcat一般处在同一内网,所以基本不会对外开放,也不会暴露外部服务,所以安全性不需要担心;其次,https核对证书是需要性能开销的,所以使用http通信…