Open Source Development Tutorials | Newsletter Signup | About Us
Search  

Go Back   Open Source Tutorials Forum > Programming Languages > Perl Programming
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-04-2005, 04:00 PM
talanki talanki is offline
Junior Member
 
Join Date: May 2005
Posts: 1 talanki is on a distinguished road
Default What modules need to install to connect to https using perl

experts,

I need to connect to a HTTPS server and post the xml stream. I don't have any

problems with HTTP using LWP module, but when I ise the same for HTTPS it failed

with msg "Failed: 501 Protocol scheme 'https' is not supported".

Please let me know which modules i need to install and where I can download

those. Also provide stesp to install these modules.

I appreciate your help.
Reply With Quote
  #2  
Old 05-26-2005, 10:13 AM
wolfpp25 wolfpp25 is offline
Junior Member
 
Join Date: May 2005
Posts: 2 wolfpp25 is on a distinguished road
Default search.cpan.org

try this IO::All::HTTPS
Reply With Quote
  #3  
Old 06-21-2006, 01:44 PM
oram oram is offline
Junior Member
 
Join Date: Jun 2006
Posts: 1 oram is on a distinguished road
Default

Hello,

I'm trying to compile the HTTPS module but I'm getting the following errors.
The prerequisites IO:ALL and LWP are installed.
The prerequisites:

IO::All - IO::All of it to Graham and Damian!
IO::All::LWP - IO::All interface to LWP

compile without issue. However, at the 'make test' stage of compiling the
HTTPS module I get the following error:

silversurfer:/Users/nick/Desktop/perl/IO-All-LWP-0.12 root# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/ftp.......String found where operator expected at
/Users/nick/Desktop/perl/IO-All-LWP-0.12/blib/lib/IO/All/LWP.pm line 12,
near "field 'response'"
(Do you need to predeclare field?)
String found where operator expected at
/Users/nick/Desktop/perl/IO-All-LWP-0.12/blib/lib/IO/All/LWP.pm line 13,
near "field 'content'"
(Do you need to predeclare field?)
String found where operator expected at
/Users/nick/Desktop/perl/IO-All-LWP-0.12/blib/lib/IO/All/LWP.pm line 14,
near "field 'put_content'"
(Do you need to predeclare field?)
t/ftp.......NOK 1# Failed test (t/ftp.t at line 3)

I don't understand why it is complaining about the 'field' operator
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT -5. The time now is 11:06 PM.


Powered by: vBulletin Version 3.0.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright 2004 - 2006 GrindingGears.com. All Rights Reserved.