-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
tried to use
gem 'kubeclient', git: "https://github.com/abonas/kubeclient.git"
and got:
Kubeclient::HttpError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)
.gem/ruby/3.0.2/bundler/gems/kubeclient-967f4a179eaa/lib/kubeclient.rb:173:in `rescue in handle_exception'
.gem/ruby/3.0.2/bundler/gems/kubeclient-967f4a179eaa/lib/kubeclient.rb:159:in `handle_exception'
.gem/ruby/3.0.2/bundler/gems/kubeclient-967f4a179eaa/lib/kubeclient.rb:466:in `create_entity'
... even this did not fix it:
ssl_options[:verify_ssl] = OpenSSL::SSL::VERIFY_NONE
this blocks testing of #525
cben
Metadata
Metadata
Assignees
Labels
No labels