in reply to Re^3: HTTPS WWW::Mechanize Form Problems
in thread HTTPS WWW::Mechanize Form Problems

I've installed Crypt::SSLeay and IO::Socket::SSL through a package manager (and installed Net::SSLeay and OpenSSL as well), added Crypt and Socket to my script and I'm still being rejected when I try to go through a link (and it still works when I just get($url), until I try to go through by link, then that stops working too). This is so very frustrating.

  • Comment on Re^4: HTTPS WWW::Mechanize Form Problems

Replies are listed 'Best First'.
Re^5: HTTPS WWW::Mechanize Form Problems
by Corion (Patriarch) on Jan 22, 2009 at 20:41 UTC

    Get a network sniffer like Wireshark and observe the difference between what your script sends/receives and what your browser sends/receives.