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
We have :ssl => {:verify => false} in the Faraday connection options. This was likely cargo-culted. It needs to die a fiery death. But, we should make it configurable, for crazy people stuck in some situation with broken SSL and unable to fix it.
The text was updated successfully, but these errors were encountered:
We have
:ssl => {:verify => false}
in the Faraday connection options. This was likely cargo-culted. It needs to die a fiery death. But, we should make it configurable, for crazy people stuck in some situation with broken SSL and unable to fix it.The text was updated successfully, but these errors were encountered: