Skip to content

Instantly share code, notes, and snippets.

@ruescasd
Created January 27, 2017 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruescasd/b8b38f25f07cfdf7c1a4ef8a1b16b5b8 to your computer and use it in GitHub Desktop.
Save ruescasd/b8b38f25f07cfdf7c1a4ef8a1b16b5b8 to your computer and use it in GitHub Desktop.
play.ws.ssl {
trustManager = {
stores = [
{ type = "PEM", path = "server.crt" }
]
}
keyManager = {
stores = [
{ type="PKCS12", path="client.p12", password="client" }
]
}
loose.acceptAnyCertificate=true
debug = {
all = true
}
}
play.ws.ssl.default=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment