ssl « playframework « Java Enterprise Q&A





1. How to configure playframework server to support ssl    stackoverflow.com

How to configure playframework server to support ssl example https://localhost:9000

2. Disabling SSL Weak Ciphers with Play! Framework    stackoverflow.com

Is there a way to disable weak and medium ciphers suites for https, with the standalone Play Framework server? Couldn't find anything about it.

3. SSL configuration with play framework and the chain file    stackoverflow.com

I have configured play internal web-server with SSL with following configuration:

https.port=9443
certificate.key.file=conf/host.key
certificate.file=conf/host.cert
but the problem is that the newest firefox is unable to authenticate and gives the following message: The certificate is not trusted ...