-
Notifications
You must be signed in to change notification settings - Fork 366
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
Upgrade of Apache httpClient for SSL certificate verification and Corresponding change in ApacheHttpClientExecutor #1070
Labels
Comments
Yes please! Updates for these dependencies are very welcome. |
kushalagrawal
pushed a commit
to kushalagrawal/openstack4j
that referenced
this issue
Jul 24, 2017
Description: 1. Updated Apache httpclient version and corresponding code for IPv6+ https issue. 2. Added support for IgnoreSSLVerification and custom SSLHostnameVerifier.
Hi, |
kushalagrawal
pushed a commit
to kushalagrawal/openstack4j
that referenced
this issue
Sep 11, 2017
Description: Updated Resteasy client version from 2.x to 3.x.
kushalagrawal
pushed a commit
to kushalagrawal/openstack4j
that referenced
this issue
Sep 13, 2017
Description: Fixed Test cases.
Closing issue as the code has been updated to incorporate the changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
We are using openstack4j-3.0.4. We were facing several issues with it because our OpenStack environment is ipv6 +https. Below are the issue while using os4j:
Caused by: javax.net.ssl.SSLException: Certificate for <[2001:470:68e0:1151::100]> doesn't match any of the subject alternative names: [2001:470:68e0:1151::100, instack.localdomain, vip.localdomain]
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:177)
at org.apache.http.conn.ssl.BrowserCompatHostnameVerifier.verify(BrowserCompatHostnameVerifier.java:62)
while using resteasy-connecter We were not able to use withHostnameVerifier or withSSLVerificationDisabled because these config are getting neglected while HttpClient is getting created in ApacheHttpClientExecutor
With your permission we would like to contribute the code so that other people can also make use of it without redundent effort.
The text was updated successfully, but these errors were encountered: