in reply to Re: LWP::Credentials help with previously working perl script PLEASE???
in thread LWP::Credentials help with previously working perl script PLEASE???

Thank-you tachyon-II. I modified the code as you suggested. I am seeing a bit more debug which leads me to believe this is an ssl issue. Client-SSL-Warning: Peer certificate not verified Title: Access Denied Do you know how to code this so it works with ssl please?
  • Comment on Re^2: LWP::Credentials help with previously working perl script PLEASE???

Replies are listed 'Best First'.
Re^3: LWP::Credentials help with previously working perl script PLEASE???
by tachyon-II (Chaplain) on May 19, 2008 at 15:40 UTC

    Different problem. In your example you are connecting to port 80 or vanilla HTTP. Now you are coming up with an SSL error. Perhaps the site is offering up an invalid certificate. Maybe you should be connecting to port 443. I have given you a perfectly functional example. I am not a mind reader, and have no intention to debug invisible code accessing an equally invisible site which is throwing an error that seems unlikely to be related to the code you have posted.