播放框架:Secure WebSocket (WSS)
Play framework: Secure WebSocket (WSS)
我已阅读此 post (How to use TLS in Play!Framework WebSockets ("wss://")) that Play framework 2.x doesn't support Secure WebSocket. Someone suggests to use nginx proxy. I'm thinking about configuring Play to serve HTTPS (as described here: https://www.playframework.com/documentation/2.3.x/ConfiguringHttps)。
这是否适用于 WSS 客户端端点,这是一种正确的方法吗?
是否有 nginx 或 https 的替代方法?
是的,它确实有效我已经在 play 2.1.4 中尝试过了。对我来说工作得很好,但我只在 google chrome 和 firefox 中测试过。
是的,正确的做法是运行Play配置为运行https(-Dhttps.port=9443)然后就可以了使用 wss://
在 Windows 和 Play 2 上测试。2.x
我已阅读此 post (How to use TLS in Play!Framework WebSockets ("wss://")) that Play framework 2.x doesn't support Secure WebSocket. Someone suggests to use nginx proxy. I'm thinking about configuring Play to serve HTTPS (as described here: https://www.playframework.com/documentation/2.3.x/ConfiguringHttps)。 这是否适用于 WSS 客户端端点,这是一种正确的方法吗? 是否有 nginx 或 https 的替代方法?
是的,它确实有效我已经在 play 2.1.4 中尝试过了。对我来说工作得很好,但我只在 google chrome 和 firefox 中测试过。
是的,正确的做法是运行Play配置为运行https(-Dhttps.port=9443)然后就可以了使用 wss://
在 Windows 和 Play 2 上测试。2.x