in reply to Re^2: IO::Socket::SSL incompatibility with WWW::Mechanize
in thread IO::Socket::SSL incompatibility with WWW::Mechanize

I don't use WWW::Mechanize, but have a look at its noproxy documentation. It says:

This needs to be explicitly turned off if you're using Crypt::SSLeay to access a https site via a proxy server. Note: you still need to set your HTTPS_PROXY environment variable as appropriate.

Even if you're not using Crypt::SSLeay, there might be something (not sure exactly what) of relevance there.

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: IO::Socket::SSL incompatibility with WWW::Mechanize
by Madhuk (Initiate) on Jul 11, 2013 at 19:11 UTC

    Hi Rob,

    Sorry for the delayed response.

    I have tried turning off and on the noproxy, but there was no change.

    Since the WWW::Mechanize works fine without installing either Net::SSLeay or IO::SOCKET::SSL, is there any debug methodology where I can get the call stack trace? I can use that to run with and without installing the packages and see the difference.

    Thanks,

    Madhu