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
Not sure if this post connected ssl config works for some ssl issues but it definitely does not work for bypassing "OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired))"
verify_mode needs to be set (which you would do in configure_ssl!) before connecting
Actual behavior
configure_ssl! is called after the connection attempt and failure
Expected behavior
geocoder/lib/geocoder/lookups/base.rb
Lines 302 to 306 in 31153d5
Not sure if this post connected ssl config works for some ssl issues but it definitely does not work for bypassing "OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired))"
verify_mode needs to be set (which you would do in configure_ssl!) before connecting
Actual behavior
configure_ssl! is called after the connection attempt and failure
Steps to reproduce
fails before the start block
Environment info
The text was updated successfully, but these errors were encountered: