http://www.perlmonks.org?node_id=871966


in reply to jsonrpc daemon ssl?

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

Replies are listed 'Best First'.
Re^2: jsonrpc daemon ssl?
by psychobyte (Initiate) on Nov 18, 2010 at 07:32 UTC
    Thanks for the clarification. Any ideas on how one would create a php-based client, Curl?