default_options

in lib/omniauth-ldap/adaptor.rb [202:213]


      def default_options
        if @disable_verify_certificates
          
          
          
          
          { verify_mode: OpenSSL::SSL::VERIFY_NONE }
        else
          OpenSSL::SSL::SSLContext::DEFAULT_PARAMS.dup
        end
      end