use XMLRPC::Lite; $xmlrpc = XMLRPC::Lite->proxy('https://server/path'); $xmlrpc->transport()->ssl_opts( verify_hostname => 0 ); my $call = $xmlrpc->call( 'RPC.method', 'password', 'someParam');