I installed Crypt::SSLeay v0.16 to ActiveState Perl v5.6.0 (WinNT) using PPM to provide SSL support. I wrote a simple test script (https.pl - attached), however, it fails with the following errors:
 
 
1. GET  => 'https://www.royalbank.com/mortgage/appr.html':
 
E:\v1a\root\dev\benchmark>perl -s https.pl -v
get  - Can't locate object method "status" via package "HTTP::Headers" at e:/v1a/root/tools/Perl560/site/lib/HTTP/Message.pm line 189.
 
 
2. POST  'https://www.royalbank.com/cgi-bin/afford.pl':
 
E:\v1a\root\dev\benchmark>perl -s https.pl -v
post - Failed: 501 Protocol scheme 'https' is not supported
 
 
 
I modified the above script (http.pl - attached) to point to non-secure resources and it runs fine.
 
Any help -or- ideas of how to proceed will be greatly appreciated.
 
Thanks,
Joel Fowler
 

https.pl

http.pl

Reply via email to