Re: Need SSL Help

2006-02-20 Thread Kevin Carothers
Hi Chaddaï My simplistic understanding (and I'm no Perl internals developer- just a user)  is that there are several reasons; One:  SSL steps on a lot of patents-  Even SSLeay is pretty "underground" these days.   Two: Threading appears to always be an issue with SSL integration... at least it

RE: Need SSL Help

2006-02-14 Thread Jan Dubois
On Tue, 14 Feb 2006, Chaddaï Fouché wrote: > I'm always a little bit surprised that ActiveState doesn't support > either Crypt::SSLeay or Net::SSLeay (for IO::Socket::SSL) since it's a > feature which is useful to so many programmers (it's a recurring > question on most of the forum/mailing-list I'

Re: Need SSL Help

2006-02-14 Thread Chaddaï Fouché
Kevin Carothers a écrit : Hi Jaime- You need to provide more info. This link might help: http://johnbokma.com/perl/https.html I'm always a little bit surprised that ActiveState doesn't support either Crypt::SSLeay or Net::SSLeay (for IO::Socket::SSL) since it's a feature which is useful to

Re: Need SSL Help

2006-02-13 Thread Kevin Carothers
Hi Jaime- You need to provide more info. This link might help:    http://johnbokma.com/perl/https.html ...But "command-line"  curl is all self-contained with no Perl interaction whatsoever- so personally I'm lost as to what it is you're describingunless your curl.exe can't find either: 1.  

Need SSL Help

2006-02-10 Thread Jaime Teng
Hi, Which Perl module or library is needed to perform HTTPS/SSL communication? I tried the command line cURL but its giving me errors. The parameters to the website are passed as a QUERY STRING within the URL. BTW. I am using win32 machines. regards, Jaime _