in reply to url issues using HTTP::Tiny
As per the HTTP::Tiny docs, a status code of 599 is a fake code that indicates an internal error, and you should check $response->{content} for the actual error message. Since you're accessing SSL sites, you also want to make sure you have IO::Socket::SSL 1.56 or greater and Net::SSLeay 1.49 or greater installed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: url issues using HTTP::Tiny
by marto (Cardinal) on Sep 18, 2019 at 13:43 UTC | |
|
Re^2: url issues using HTTP::Tiny
by Anonymous Monk on Sep 18, 2019 at 14:56 UTC | |
by Corion (Patriarch) on Sep 18, 2019 at 14:59 UTC | |
by Anonymous Monk on Sep 18, 2019 at 19:15 UTC | |
by Corion (Patriarch) on Sep 19, 2019 at 07:35 UTC | |
by hippo (Archbishop) on Sep 19, 2019 at 09:08 UTC | |
by marto (Cardinal) on Sep 19, 2019 at 09:11 UTC | |
by Anonymous Monk on Sep 19, 2019 at 10:54 UTC |