Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Working with Confluence and LWP

by tangent (Parson)
on Jul 28, 2015 at 18:43 UTC ( [id://1136656]=note: print w/replies, xml ) Need Help??


in reply to Working with Confluence and LWP

You could try setting the "PERL_LWP_SSL_VERIFY_HOSTNAME" environment variable - if that is set to 0 then LWP::UserAgent will honour it. If that doesn't work for you then you could get your hands dirty a little bit and add a couple of lines to the Confluence::Client::XMLRPC source. Also note that in the docs for that module it says that the XML API will be deprecated in favour of a REST one, no dates are given though.

Replies are listed 'Best First'.
Re^2: Working with Confluence and LWP
by TStanley (Canon) on Jul 28, 2015 at 18:47 UTC
    Tried the PERL_LWP_SSL_VERIFY_HOSTNAME variable already, and didn't do anything. Time to edit the source...

    TStanley
    --------
    People sleep peaceably in their beds at night only because rough men stand ready to do violence on their behalf. -- George Orwell

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-28 18:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found