Merge branch 'master' of github.com:domify/registry

This commit is contained in:
Martin Lensment 2015-07-29 11:20:30 +03:00
commit 00cfbbdc7f
54 changed files with 856 additions and 128 deletions

View file

@ -90,7 +90,8 @@ module Depp
server.close_connection
rescue OpenSSL::SSL::SSLError
rescue OpenSSL::SSL::SSLError => e
Rails.logger.error "INVALID CERT: #{e}"
errors.add(:base, :invalid_cert)
end
end