OpenLiberty – how can I set a custom SSLContext for a JAX-WS client?
Summary To set a custom SSLContext for a JAX-WS client in OpenLiberty, you need to use the BindingProvider interface. This allows you to configure the client with a custom SSLContext, similar to how it’s done for REST clients using ClientBuilder. Root Cause The root cause of the issue is that the default SSLContext is not … Read more