[phpxmlrpc] XMLRPC for PHP and HTTPS

Eric BOYER Eric.Boyer at insa-tlse.fr
Fri Sep 5 18:30:04 BST 2003


Hello,

My program work fine with HTTP.

I would like to know what do i have to do to use HTTPS now.

I know i have to compile php with curl and after ?

What change in my config files ? in my script ?
I didn't find documentation :o(

Thanks for your help,
Eric.

Here is a part of my script :
            $server_path="/RPC2";
            $server_hostname="server.insa-toulouse.fr";
            $server_port=8000;


            $client=new xmlrpc_client($server_path, $server_hostname, 
$server_port);      




More information about the phpxmlrpc mailing list