in reply to HTTPS with Crypt::SSLeay

POSTs aren't redirected by default. Add
requests_redirectable => ['GET', 'HEAD', 'POST']
to LWP::UserAgent's constructor call.