Add OpenSSL::SSL::SSLError to http connection errors wrapper (#32307)
This commit is contained in:
@@ -41,5 +41,6 @@ module Mastodon
|
||||
HTTP::ConnectionError,
|
||||
HTTP::Error,
|
||||
HTTP::TimeoutError,
|
||||
OpenSSL::SSL::SSLError,
|
||||
].freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user