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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
I have a simple Sinatra/Sidekiq app hosted on Heroku that uses FuelSDK::TriggeredSend, and it has been running without issue for several months. On March 2nd, it began giving me an error related to SSL_connect (certificate error):
I'm familiar with the reasons for the SSL_connect issue, but for the life of me, I can't seem to address this without setting Net::HTTP's verify_mode to OpenSSL::SSL::VERIFY_NONE.
I suspect that something has changed on the Heroku side of things, but am curious to hear if you have any suggestions.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a simple Sinatra/Sidekiq app hosted on Heroku that uses
FuelSDK::TriggeredSend
, and it has been running without issue for several months. On March 2nd, it began giving me an error related to SSL_connect (certificate error):I'm familiar with the reasons for the SSL_connect issue, but for the life of me, I can't seem to address this without setting Net::HTTP's verify_mode to
OpenSSL::SSL::VERIFY_NONE
.I suspect that something has changed on the Heroku side of things, but am curious to hear if you have any suggestions.
The text was updated successfully, but these errors were encountered: