You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to disable TLS verification, or set non-default TLS options.
when you need specific TLS options, such as OpenSSL::SSL::VERIFY_NONE, you need to create non-default context which is impossible as ssl_context is read only.