Hi Sampo,
> Luckily there is an easy way out, just grab the http/1.1 rfc, craft
> your own request and send it with Net::SSLeay:cat, e.g:
>
> use Net::SSLeay;
> $page = Net::SSLeay::cat('www.netscape.com', 443, <<HTTP);
> GET /some_page.html HTTP/1.0\r
> Accept: */*\r
One more question here: are Net::SSleay support the POST. I am afraid GET will
not get what I want.
However, I do have trouble to install the Net-SSLeay.pm (0.04). Actually it
passed the
make period, it failed at "make test" like this:
---------------------------------------------------------------------------------
error message during "make test"
---------------------------------------------------------------------------------
PERL_DL_NONLAZY=1 /usr10/ding/perl/bin/perl -I./blib/arch -I./blib/lib
-I/usr10/ding/perl/lib/IP28-irix/5.00404 -I/usr10/ding/perl/lib test.pl
1..5
Can't load './blib/arch/auto/Net/SSLeay/SSLeay.so' for module Net::SSLeay:
23740:/usr10/ding/perl/bin/perl:
rld: Fatal Error: unresolvable symbol in ./blib/arch/auto/Net/SSLeay/SSLeay.so:
SSL_CTX_new at
/usr10/ding/perl/lib/IP28-irix/5.00404/DynaLoader.pm line 166.
at test.pl line 11
BEGIN failed--compilation aborted at test.pl line 11.
not ok 1
*** Error code 2 (bu21)
---------------------------------------------------------------------------------
error end
---------------------------------------------------------------------------------
I am using Perl 5.004_04, on IRIX 6.2 system. I have already installed
the SSLeay 0.6.6.
> (which you should always explain (i.e. OS version, SSLeay version,
> SSLeay.pm version, libwww version, Apache version, etc.) as a basic
> civility measure).
>
sorry. Thanks for the advise.
cheers,
Jianzhong Ding
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+