# File lib/typhoeus/easy.rb, line 235
    def disable_ssl_host_verification
      set_option(OPTION_VALUES[:CURLOPT_VERIFYHOST], 0)
    end