【发布时间】:2015-01-09 08:52:34
【问题描述】:
https://www.playframework.com/documentation/2.3.1/ConfiguringHttps 详细描述了如何在 Play Framework 2.3.x 中实现 SSL
但是,我想知道如何在 Play Framework 中实现TLS 1.2,我是否还需要 Nginx 之类的东西?
我对这个主题相当陌生。 https://luxsci.com/blog/ssl-versus-tls-whats-the-difference.html 告诉我们SSL 比TLS 更老。我听说SSL 不再安全,所以我问这个问题。
【问题讨论】:
标签: ssl nginx playframework implementation