Johan Haleby
Results
281
comments of
Johan Haleby
I've managed to get it working by supplying an instance of this class: ``` java private static class DefaultSSLEngineFactory implements SSLEngineFactory { private final SslContext sslCtx; private DefaultSSLEngineFactory() { try...