Re: Problem with https post using LWP

2005-08-01 Thread Denzil Kruse
Hi Wiggins, Nope, that's all news to me! Thanks for the help, I'll look into it. Denzil --- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: > Denzil Kruse wrote: > > Have you read: > > http://search.cpan.org/src/GAAS/libwww-perl-5.803/README.SSL > > And do you have an appropriate SSL interface

Re: Problem with https post using LWP

2005-08-01 Thread Wiggins d'Anconia
Denzil Kruse wrote: > Hi all, > > I'm trying send an https post: > > my $url = "https://some.secure.server/secure.dll";; > > my $ua = LWP::UserAgent->new; > > # assemble the request > # > my $request = HTTP::Request->new(POST => "$url"); > $request->content_type('application/x-www-form-urlencod