http://qs321.pair.com?node_id=1126439


in reply to Re: Help with LWP & SSL 500 Internal response error
in thread Help with LWP & SSL 500 Internal response error

Unfortunately I don't have access to the server log. This is a internal company site that I do not manage - I am just trying to access specific pages of the site, but it requires an HTTPS connection.
  • Comment on Re^2: Help with LWP & SSL 500 Internal response error

Replies are listed 'Best First'.
Re^3: Help with LWP & SSL 500 Internal response error
by afoken (Chancellor) on May 12, 2015 at 17:22 UTC
    Error: 500 Status read failed: Unknown error Content-Type: text/plain Client-Date: Tue, 12 May 2015 15:19:46 GMT Client-Warning: Internal response

    This error was generated on the client side by LWP::UserAgent (see last line), not by the server. It seems the communication with the HTTPS server failed. Are you sure your LWP installation supports HTTPS? Try connecting to https://www.google.com/ or similar.

    Maybe the HTTPS server uses a self-signed certificate? (But that should give a different error message ...)

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
    A reply falls below the community's threshold of quality. You may see it by logging in.