Replies: 1 comment 7 replies
-
Do you create the TLSClientParameters programmatically? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ppalaga!
Is it just me or is the new default
VertxHttpClientHTTPConduit
ignoring TLS config like:org.apache.cxf.configuration.jsse.TLSParameterBase.getKeyManagers()
org.apache.cxf.configuration.jsse.TLSParameterBase.getCertAlias()
?
Both are handled in
org.apache.cxf.transport.https.SSLUtils
but AFAICS this util is not used by the vert.x conduit?Beta Was this translation helpful? Give feedback.
All reactions