-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delayed synchronization SSL context initialization in HttpUrlConnector affects functionality #4815
Comments
error message for static (not lazy) default SSL socket factory initialization when used with GraalVM native image:
|
Related: #3293 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a bug with jersey2.34?I found that “DEFAULT_SSL_SOCKET_FACTORY.get()” and "HttpsURLConnection.getDefaultSSLSocketFactory()" are not always equal.
The text was updated successfully, but these errors were encountered: