Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-3515

By default the REST Client implementation should use SSLContext.getDefault()

XMLWordPrintable

      In the ClientHttpEngineBuilder43 when configuring the SSLContext to be used for https connections, the SSLContext.getInstance("TLS") is used. It's then initialized with all null values. This should use the SSLContext.getDefault() so a configured version can be retrieved. This is especially important for containers which may set a default SSL context.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: