use RPC::XML::Client; use XML::Simple; use LWP::Protocol::https; $ENV{NO_PROXY} = '10.*'; $ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0; my $client = RPC::XML::Client->new("https://10.40.1.114/api/index.ice", no_proxy => ['10.*',], ssl_opts => { #verify_hostname => 0, # SSL_use_cert => 0, SSL_verify_mode => VERIFY_NONE }, );