I'm running a web server written in B4J using the Jetty service.
I have configured it for HTTPS access, so I've run https://www.ssllabs.com test to check the quality of the TLS protocol.
The TLS certificate looks good, but the server rates as "B" quality due to a couple of things:
Thanks
Andrea
I have configured it for HTTPS access, so I've run https://www.ssllabs.com test to check the quality of the TLS protocol.
The TLS certificate looks good, but the server rates as "B" quality due to a couple of things:
- This server supports weak Diffie-Hellman (DH) key exchange parameters. Grade capped to B.
- This server does not support Forward Secrecy with the reference browsers. Grade will be capped to B from March 2018.
Thanks
Andrea