in reply to Can't get a server response from LWP Request

Have you investigated whether you need to use a proxy to connect to your JIRA server? If the browser can connect but Perl cannot, maybe the browser uses a proxy.

The second thing is to check whether the JIRA server is set up with a custom SSL certificate which your Perl code does not know about. See analyze-ssl.pl for something that can help you debug this connectivity problem.

  • Comment on Re: Can't get a server response from LWP Request

Replies are listed 'Best First'.
Re^2: Can't get a server response from LWP Request
by ddominnik (Novice) on Sep 23, 2016 at 08:04 UTC
    The proxy could be the case. Will try and report back. How do I set a proxy in Perl?

        You were right, it was actually a combined Proxy/SSL issue