module Typhoeus::EasyFu::SSL

def disable_ssl_peer_verification

def disable_ssl_peer_verification
  set_option(:verifypeer, 0)
end