【发布时间】:2016-06-21 23:44:27
【问题描述】:
我必须使用 HTTPS 运行 Playframework 应用程序。最简单的方法是什么?
【问题讨论】:
标签: ssl https playframework certificate self-signed
我必须使用 HTTPS 运行 Playframework 应用程序。最简单的方法是什么?
【问题讨论】:
标签: ssl https playframework certificate self-signed
只需使用 HTTPS 端口启动您的应用程序:
./start -Dhttps.port=9443
更多文档:https://www.playframework.com/documentation/2.4.x/ConfiguringHttps
【讨论】: