I've been trying to compile Crypt::SSLeay so that I can use LWP::UserAgent 
with https web-sites and things don't seem to be working for me.

The compile works fine, the tests run fine (using 'nmake -f makefile 
test').  But things don't work when I try to connect using lwp-request.  
Here is my results when using lwp-request:

D:\Perl\bin>lwp-request -m GET -x https://shop.sol.no/
LWP::UserAgent::new: ()
LWP::UserAgent::request: ()
LWP::UserAgent::simple_request: GET https://shop.sol.no/
LWP::UserAgent::_need_proxy: Not proxied
LWP::Protocol::http::request: ()
LWP::Protocol::https::_new_socket: ()
LWP::Protocol::https::_new_socket: Net::SSL
LWP::UserAgent::request: Simple result: Internal Server Error
<HTML>
<HEAD><TITLE>An Error Occurred</TITLE></HEAD>
<BODY>
<H1>An Error Occurred</h1>
500 Can't connect to shop.sol.no:443 (Timeout)
</BODY>
</HTML>

I'm using OpenSSL version 0.9.5a.  Using the s_client -connect command 
works from OpenSSL.

I am using Perl v5.6.0, binary build 613 from ActiveState.  Crypt-SSLeay is 
version 0.16.

With the previous version of Perl, I had a similar problem.  I solved it 
there by using the ActiveState built version of Crypt-SSLeay, downloaded 
with PPM.  One thing I noticed in that instance was that the Crypt-SSLeay 
DLL file was 323K while the one I had compiled was 28K.  With the current 
version of Perl, the DLL compiles to 28K, also.

I'm using VC++ 6.0 with SP 3 for the compiles.

Any help would be greatly appreciated.

Thanks,

- David Paxson

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to