module Typhoeus::EasyFu::SSL

def disable_ssl_host_verification

def disable_ssl_host_verification
  set_option(:verifyhost, 0)
end