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

SSL_connect returned=1 errno=0 state=error: wrong version number #731

Open
CarpediemBDev opened this issue Mar 20, 2020 · 1 comment
Open

Comments

@CarpediemBDev
Copy link

CarpediemBDev commented Mar 20, 2020

rest-client

response = RestClient.post(rest_url, body.to_json, header)

ssl_version

RestClient::Request.execute(method: :get, url: rest_url, ssl_version: 'SSLv3')

I need to use SSLv3 or higher. How do I do this?
use ruby version : 2.5.5

@oshanz
Copy link

oshanz commented Apr 23, 2024

were you able to set the ssl version?

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

2 participants