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

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

Hello Monks

I have being using Frontier::Client to post to a XML-RPC service for the last few years. Recently, the service has changed to using HTTPS instead of HTTP. However, I can't see any module that allows for this on CPAN.

Can anyone suggest how I might post over HTTPS? Not sure what to do!

Replies are listed 'Best First'.
Re: XML-RPC over HTTPS
by Corion (Patriarch) on Mar 24, 2013 at 17:45 UTC
      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???

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