Documentation

You are viewing the documentation for the 2.3.x release series. The latest stable release series is 2.4.x.

§Using the Default SSLContext

If you don’t want to use the SSLContext that WS provides for you, and want to use SSLContext.getDefault, please set:

ws.ssl.default = true

§Debugging

If you want to debug the default context,

ws.ssl.debug = [ "ssl", "sslctx", "defaultctx" ]

If you are using the default SSLContext, then the only way to change JSSE behavior is through manipulating the JSSE system properties.

Next: Debugging SSL


このドキュメントの翻訳は Play チームによってメンテナンスされているものではありません。 間違いを見つけた場合、このページのソースコードを ここ で確認することができます。 ドキュメントガイドライン を読んで、お気軽にプルリクエストを送ってください。