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

errorSSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed #396

Open
aarthiraj561 opened this issue Oct 10, 2018 · 0 comments

Comments

@aarthiraj561
Copy link

I am using httpclient version 2.8.3 and I receive the error
'errorSSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed'
while I access a url trying to do auth.

I see that the issue is with the version I am using and from the docs 518982c, it is mentioned to fallback to manually use 'RSA 1024bit CA cert'.

  • Can anyone please explain me how to do that?
  • I copied the cert to a path and wanted to use that instead of old cert. How should I tell httpclient gem to make use of this new path? Is it possible with any ENV vars? If so which ones? and where to declare those vars(in any initializer file)?

Please let me know if I need to provide any more information to explain the issue. Thanks

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

1 participant