Documentation

You are viewing the documentation for the 2.4.x release series. The latest stable release series is 3.0.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:

play.ws.ssl.default = true

§Debugging

If you want to debug the default context,

play.ws.ssl.debug {
  ssl = true
  sslctx = true
  defaultctx = true
}

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


Found an error in this documentation? The source code for this page can be found here. After reading the documentation guidelines, please feel free to contribute a pull request. Have questions or advice to share? Go to our community forums to start a conversation with the community.