We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494295e commit e33414aCopy full SHA for e33414a
lib/imagekit/internal/transport/pooled_net_requester.rb
@@ -36,6 +36,10 @@ def connect(url)
36
37
# Temporary workaround for SSL verification issue on some
38
# platforms. Similar to: https://github.com/stripe/stripe-ruby/pull/397
39
+ # Without this fix you may see errors like:
40
+ # .rbenv/versions/3.2.0/lib/ruby/3.2.0/net/protocol.rb:46:in `connect_nonblock':
41
+ # SSL_connect returned=1 errno=0 peeraddr=52.23.130.57:443 state=error:
42
+ # certificate verify failed (unable to get certificate CRL) (OpenSSL::SSL::SSLError)
43
if _1.use_ssl?
44
cert_store = OpenSSL::X509::Store.new
45
cert_store.set_default_paths
0 commit comments