lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.71k stars 972 forks source link

Support for Ubuntu 22.04, using OpenSSL 3.0.2 (i.e. Heroku 22) #1476

Closed calebhaye closed 1 year ago

calebhaye commented 1 year ago

Basic Info

Long story short, this gem doesn't work on Heroku-22, Heroku's latest statck

Issue description

Using Ubuntu 22.04, w/ OpenSSL 3.0.2 breaks this gem and causes an SSLError "SSL_CTX_load_verify_file: system lib"

hayesr commented 1 year ago

@calebhaye What was the fix? Was something changed in Faraday? I get the same error in Github Actions.