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'm evaluating options for an old codebase which has multiple HTTP client libraries and I'd like to consolidate. For example, it uses rest-client even though it's been unmaintained for years now as well as Faraday, Net::HTTP, etc.
Various of our services use HTTPS client certificates and I can't find an example. I saw I could pass in OpenSSL::SSL::SSLContext via the ssl_context option, but is that the recommended option? Having a documented example would help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm evaluating options for an old codebase which has multiple HTTP client libraries and I'd like to consolidate. For example, it uses rest-client even though it's been unmaintained for years now as well as Faraday, Net::HTTP, etc.
Various of our services use HTTPS client certificates and I can't find an example. I saw I could pass in OpenSSL::SSL::SSLContext via the
ssl_context
option, but is that the recommended option? Having a documented example would help.Beta Was this translation helpful? Give feedback.
All reactions