You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
Operating System Configuration Information (be specific):All
Hardware Configuration Information (be specific): All
RFE Description: RFE: Public API to set the SSLSocketFactory used by JAXWS
Currently in order to set the SSLSocketFactory used by JAXWS, we need to use the JAXWSProperties.SSL_SOCKET_FACTORY property as specified in JAXWSProperties.
This is an internal sun package, and varies between distributions. We need a public API so that we can make sure that the SSLSocketFactory is always set correctly.
Note also that HttpsURLConnection. setDefaultSSLSocketFactory is not an option as we have more than one SSLSocketFactory.
The text was updated successfully, but these errors were encountered:
Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8002386
Operating System Configuration Information (be specific):All
Hardware Configuration Information (be specific): All
RFE Description: RFE: Public API to set the SSLSocketFactory used by JAXWS
Currently in order to set the SSLSocketFactory used by JAXWS, we need to use the JAXWSProperties.SSL_SOCKET_FACTORY property as specified in JAXWSProperties.
This is an internal sun package, and varies between distributions. We need a public API so that we can make sure that the SSLSocketFactory is always set correctly.
Note also that HttpsURLConnection. setDefaultSSLSocketFactory is not an option as we have more than one SSLSocketFactory.
The text was updated successfully, but these errors were encountered: