# File lib/gelf/transport/tcp_tls.rb, line 94 def verify_mode @tls_options['no_verify'] ? OpenSSL::SSL::VERIFY_NONE : OpenSSL::SSL::VERIFY_PEER end