Skip Menu |

This queue is for tickets about the RPC-XML CPAN distribution.

Report information
The Basics
Id: 51760
Status: open
Priority: 0/
Queue: RPC-XML

People
Owner: rjray [...] blackperl.com
Requestors: korsani [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.69
Fixed in: 0.69

Attachments


Lacking SSL in RPC::XML::Server Here is a patch to add it (patch against Server.pm) It use HTTP::Daemon::SSL or HTTP::Daemon, according to the parameters passed in RPC::XML::Server->new. Parameters passed are the ones of IO::Socket::SSL : SSL_cert_file, SSL_key_file, SSL_ca_file, SSL_ca_path. I implemented just these 4 ones, because this is the ones I need :) Example : $server = RPC::XML::Server->new( host => "$host", port => "$port", ssl => { cert_file => '/etc/ssl/certs/jhary.korsani.cashew.crt', key_file => '/etc/ssl/private/jhary.korsani.cashew.key.unprotected', ca_path => '/etc/ssl/certs/', }, 'queue'=>5); Hope it helps
Subject: 01-RPC::XML::Server.pm-ssl.patch.gz

Message body not shown because it is not plain text.

Subject: Woops
I forgot to put a subjet on this 'bug'. Could someone add one ?