Plamen Ratchev wrote: > > ... > I am trying to use GET and POST with HTTPS pages. So, I downloaded the > latest version of ActivePerl 5.6.1 (build 629), Crypt-SSLeay 17.1, and > libwww-perl 5.48 (everything was installed in the same order). Forgot to > mention that I am running Windows 2000 Server. Tested the installation with > some simple GET and POST requests to HTTP pages. Everything works fine (I go > through a Proxy server for all these tests). Then I switched to HTTPS pages. > Everything appears to be fine and I get response code 200 (OK). However, > when I print the response content it appears blank - only "<HTML></HTML>"
[[ cc openssl users which is the mailing list for Crypt::SSLeay support ]] Make sure you can access the sites through the proxy with a normal web browser. If not, then it may be a proxy error. Then try downgrading to an older LWP version. Users have been reporting problems with the latest LWP. Also, try to contact the site with the lwp-ssl-test & net_ssl_test that comes with Crypt::SSLeay package. If the latter works, then it may be a problem with how you are using LWP. Besure to read the "perldoc Crypt::SSLeay" docs, and not solely rely on LWP::UserAgent for proxy usage. -- Josh ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]