2015-05-26 17:40 GMT+02:00 Rainer Jung <rainer.j...@kippdata.de>:

> I'm a bit confused: is "protocol" in SSLHostConfig only for OpenSSL, or
> also for JSSE? There's also sslProtocol, which seems to be for JSSE but the
> docs looked like protocol were for both. Or is it work in progress?
>

No, "protocols" is used for both types.

"sslProtocol" is JSSE only since it would be the JCE provider name (as in
javax.net.ssl.SSLContext.getInstance(sslProtocol)). Since I think this is
mostly unusable, configuration doesn't look very useful (it should be
"TLS").

Rémy

Reply via email to