in reply to Re: XML-RPC over HTTPS
in thread XML-RPC over HTTPS

Thanks. Problem now is the server cert is not issued by a reconised CA. With LWP::UserAgent I could just set the SSL_verify_mode to 0 but I am not sure how I do this before Frontier::Client calls it???

Replies are listed 'Best First'.
Re^3: XML-RPC over HTTPS
by Corion (Patriarch) on Mar 24, 2013 at 17:53 UTC

    I recommend properly managing your SSL chain and importing the certificate into the PEM file of Mozilla::CA instead of switching off verification.