vert-x3 / vertx-proton

Apache License 2.0
26 stars 26 forks source link

Allow ProtonClient to progagate an externally supplied SSLContext to … #129

Closed kabir closed 2 years ago

kabir commented 2 years ago

…NetClient

Motivation:

As discussed with @vietj we need to be able to pass in an SSLContext when running the clients in WildFly. If one is passed in, that takes over creation of the SSLEngine. Currently Vert.x creates the SSLEngine from a specified truststore etc.

This is for our MicroProfile Reactive Messaging integration.

Needs: https://github.com/eclipse-vertx/vert.x/pull/4375

Conformance: Signed (and adjusted to sign the commit after opening initial PR)