We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed net-http gem , later it raised this error several times:
FrozenError can't modify frozen OpenSSL::SSL::SSLContext: #<OpenSSL::SSL::SSLContext:0x000055c8b02c7a30 @verify_mode=1, @cert_store=#<OpenSSL::X509::Store:0x000055c8a6f05748 @verify_callback=nil, @error=nil, @error_string=nil, @chain=nil, @time=nil>, @verify_hostname=true, @max_proto_version=nil, @min_proto_version=769, @session_new_cb=#<Proc:0x000055c8b02bb2d0 /usr/local/bundle/gems/net-http-0.2.0/lib/net/http.rb:1030>>
Rails 7.0.1
ruby 2.7.5
net-http 0.2.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed net-http gem , later it raised this error several times:
FrozenError
can't modify frozen OpenSSL::SSL::SSLContext: #<OpenSSL::SSL::SSLContext:0x000055c8b02c7a30 @verify_mode=1, @cert_store=#<OpenSSL::X509::Store:0x000055c8a6f05748 @verify_callback=nil, @error=nil, @error_string=nil, @chain=nil, @time=nil>, @verify_hostname=true, @max_proto_version=nil, @min_proto_version=769, @session_new_cb=#<Proc:0x000055c8b02bb2d0 /usr/local/bundle/gems/net-http-0.2.0/lib/net/http.rb:1030>>
Rails 7.0.1
ruby 2.7.5
net-http 0.2.0
The text was updated successfully, but these errors were encountered: