more flexibility around TLS in org.jose4j.http.Get

Issue #107 closed
Brian Campbell repo owner created an issue

It'd be nice to somehow allow the calling code more control over the SslSocketFactory that Get uses. Maybe as simple as a setter (that would override/conflict with setTrustedCertificates but that could be doc'd) for sslSocketFactory. And/or making some methods and members protected rather than private to allow for extending the class (the private setUpTls method, for example, is the only thing that uses the SslSocketFactory now).

Comments (2)

  1. Brian Campbell reporter

    1d02ee3 addressed this with the addition of an SslSocketFactory setter on Get, which allows more control over creating and configuring the secure sockets.

  2. Log in to comment