in reply to Re: Handling SSL digital certificate using LWP
in thread Handling SSL digital certificate using LWP

Here is the output after adding HTTPS_DEBUG.

LWP::UserAgent::new: () LWP::UserAgent::request: () LWP::UserAgent::send_request: POST https://sitename.com LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Internal Server Error

Replies are listed 'Best First'.
Re^3: Handling SSL digital certificate using LWP
by Herkum (Parson) on Jun 06, 2007 at 11:52 UTC
    Since you got an Internal Server Error you should check the Web Server error logs to see what message it spits out from your script.