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
I am seeing exception messages expanded to: X509_STORE_add_cert: cert already in hash table while the test is for exactly cert already in hash table as seen here:
I am seeing exception messages expanded to:
X509_STORE_add_cert: cert already in hash table
while the test is for exactlycert already in hash table
as seen here:em-http-request/lib/em-http/http_connection.rb
Line 56 in 91cee59
Not sure when the error message changed but should we have a more lenient test of:
e.message =~ /cert already in hash table/
?Without it it fails to connect due to a raised exception.
System: Amazon Linux 2, ruby 3.3.2
The text was updated successfully, but these errors were encountered: