Skip to content
Snippets Groups Projects
Unverified Commit a8ef6d24 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix `tootctl accounts cull` not excluding domains on timeouts and certificate issues (#16433)

Fixes #16410
parent 32db7e4d
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ module Mastodon
begin
code = Request.new(:head, account.uri).perform(&:code)
rescue HTTP::ConnectionError
rescue HTTP::TimeoutError, HTTP::ConnectionError, OpenSSL::SSL::SSLError
skip_domains << account.domain
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment