-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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.
- is incorporated by
-
WFLY-19600 Upgrade RESTEasy to 6.2.10.Final
- Resolved
-
WFLY-19654 Upgrade RESTEasy to 7.0.0.Alpha3
- Resolved