psychobyte has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I'm trying to enable ssl (self-signed cert initially) to work with JSON-RPC-0.96 (JSON::RPC::Server::Daemon ). Can anyone show me an example on how to set this up or steps on how to get this working on the client and server? Thanks,

Replies are listed 'Best First'.
Re: jsonrpc daemon ssl?
by Anonymous Monk on Nov 17, 2010 at 09:31 UTC
    For the server, the documentation is clear, and the test suite has an example, either pass the options for the cert files, or store them in the default directory

    For the client there is nothing to do unless you need validation

      Thanks for the clarification. Any ideas on how one would create a php-based client, Curl?