class Typhoeus::Easy

def disable_ssl_peer_verification

def disable_ssl_peer_verification
  set_option(OPTION_VALUES[:CURLOPT_VERIFYPEER], 0)
end