synthetic has asked for the wisdom of the Perl Monks concerning the following question:
im using https_post, but i get Operation Time Out for some reason, with no data sent to the target server while running tcpdump. Any ideas where to look on what would be causing the error?
my $pd = make_form(%post_data);
my ($page,$server_response,%headers) = post_https( $self->server(), $self->port(), $self->path(),'', $pd,) || die "$!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: https_post using Net::SSLeay
by Anonymous Monk on Mar 30, 2010 at 00:47 UTC | |
|
Re: https_post using Net::SSLeay
by Khen1950fx (Canon) on Mar 30, 2010 at 05:23 UTC | |
by synthetic (Initiate) on Mar 30, 2010 at 17:04 UTC | |
by synthetic (Initiate) on Mar 30, 2010 at 19:13 UTC |