# File lib/typhoeus/easy.rb, line 150 def disable_ssl_peer_verification set_option(OPTION_VALUES[:CURLOPT_VERIFYPEER], 0) end