in reply to Re^6: LWP::Curl and CURLOPT_USERPWD
in thread LWP::Curl and CURLOPT_USERPWD

The constant gets extracted from the libcurl library at build time, so maybe the detection goes wrong during perl Makefile.PL or make time...

Replies are listed 'Best First'.
Re^8: LWP::Curl and CURLOPT_USERPWD
by wanderedinn (Sexton) on Jun 06, 2016 at 20:41 UTC

    I have been able to resolve the 401 error by including the user id and password in the url as in http://username:password@hostname:4444

    So it appears I have a viable solution now. Thanks for all the assistance.

        Just testing http at the moment as I don't have the certs installed. Final solution will be https.