Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

XML-RPC over HTTPS

by packetstormer (Monk)
on Mar 24, 2013 at 17:28 UTC ( [id://1025168]=perlquestion: print w/replies, xml ) Need Help??

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1025168]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-16 10:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found