Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http-2.0.4
-
None
Description
There should be a way to configure the keystore type to be used for SSL comunication. Currently as I can see "JKS" is used as default in org.mortbay.jetty.security.SslSocketConnector.
The problem with this is that there are classpath implementations that do not support JKS keystore algorithm. We develop a project which runs on such classpath and this is a real stopper for us.