HTTPS in LWP

2002-12-28 Thread Todd Farmer
I'm having trouble getting a response using HTTPS in LWP. I get content from the HTTP server, but when I change the URL to https://... it does not return anything. Here's the code: #!/usr/bin/perl use CGI; use LWP::UserAgent; use HTTP::Request; use HTTP::Headers; my $q = new CGI; my $em = new

Re: HTTPS in LWP

2002-12-28 Thread Wiggins d'Anconia
From the docs (lwpcook): "HTTPS URLs with https scheme are accessed in exactly the same way as with http scheme, provided that an SSL interface module for LWP has been properly installed (see the README.SSL file found in the libwww-perl distribution for more details). If no SSL interfac

Help!

2002-12-28 Thread lalg
I have a script in which everything works but the HTML output has a small error. Instead of printing a one of text, it precedes it with an arrow; ie: >Hello The following lines don't do this. Just the first one. What am I missing in my code? Thank you for your help. lalg

Re: Help!

2002-12-28 Thread Wiggins d'Anconia
I think you are going to need to post a little of the script, specifically the part that prints that section of the HTML and possibly whatever you are using to print your header, as this is a rather specific and infrequent problem. http://danconia.org [EMAIL PROTECTED] wrote: I have a script i

Re: Help!

2002-12-28 Thread Wiggins d'Anconia
Always group reply so the list can help as well, as I definitely don't have all the answers :-) ... I am not able to reproduce the problem, copying and pasting your script into a test here, output correct HTML, that did not display extra < characters where you indicated. The only thing I can s