Skip to content
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

client.ignoreSSLissues doesnt work #60

Open
hsarmah09 opened this issue Mar 30, 2016 · 6 comments
Open

client.ignoreSSLissues doesnt work #60

hsarmah09 opened this issue Mar 30, 2016 · 6 comments

Comments

@hsarmah09
Copy link

I have been trying to use a gradle plugin to make some REST calls which uses httpbuilder in backend, and i need to ignore all the SSL issues, but this doesnt seem to work.

@stein321
Copy link

stein321 commented May 6, 2016

which version are you using?

@valnaumov
Copy link

valnaumov commented May 25, 2016

Same issue

org.codehaus.groovy.modules.http-builder:http-builder:0.7.1
oauth.signpost:signpost-core:1.2.1.2
oauth.signpost:signpost-commonshttp4:1.2.1.2

client.ignoreSSLIssues() throws

Caught: java.lang.NoSuchMethodError: org.apache.http.conn.ssl.SSLSocketFactory.<init>(Lorg/apache/http/conn/ssl/TrustStrategy;Lorg/apache/http/conn/ssl/X509HostnameVerifier;)V
java.lang.NoSuchMethodError: org.apache.http.conn.ssl.SSLSocketFactory.<init>(Lorg/apache/http/conn/ssl/TrustStrategy;Lorg/apache/http/conn/ssl/X509HostnameVerifier;)V
    at groovyx.net.http.HTTPBuilder.ignoreSSLIssues(HTTPBuilder.java:938)

@itissid
Copy link

itissid commented Jul 22, 2016

Try using 0.7.2...

@sshikov
Copy link

sshikov commented Apr 13, 2017

There is no 0.7.2. in central at the moment.

@sshikov
Copy link

sshikov commented Apr 13, 2017

I have another error with 0.7.1 - host is null somethere is apache http. Will try 0.7.2 also.

@sshikov
Copy link

sshikov commented Apr 13, 2017

Checked. I have no problems with 0.7.2 (just deploy it to central please).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants