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