mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Story #105846070 - Arireg just log sock error, and give up
This commit is contained in:
parent
1ae25d2fff
commit
4c4908e5a6
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ module Soap
|
||||||
rescue HTTPI::SSLError => ssl_error
|
rescue HTTPI::SSLError => ssl_error
|
||||||
Rails.logger.error "#{ssl_error} at #{self.class.host}"
|
Rails.logger.error "#{ssl_error} at #{self.class.host}"
|
||||||
nil
|
nil
|
||||||
|
rescue SocketError => sock
|
||||||
|
Rails.logger.error "#{sock}"
|
||||||
|
nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue