in reply to LWP::UserAgent HTTPS problem

Follow up to my own post
the problem seems to be, that the data get's sent as normal HTTP Post, and NOT as https... found this out when running in debug mode and then dumped out the variable content...

now.. how can I make sure that what I want to be send gets sent encrypted?

TIA

Emanuel
Emanuel@xconnect.ch

Replies are listed 'Best First'.
Re: Re: LWP::UserAgent HTTPS problem
by Emanuel (Pilgrim) on Aug 15, 2001 at 10:24 UTC
    okay... i was able to get things working.. had to reinstall perl and all modules i was using, et voilą, it worked.... wonder what was wrong with my previous installation of perl though....

    cheers!

    emanuel
    emanuel@xconnect.ch