The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::ACME2::X::HTTP::Protocol

DESCRIPTION

This exception class means that an error occurred with an HTTP request, and the problem had specifically to do with something that happened on the remote server, not just a general connection problem. For example, this class would be suitable for use when you get a 500 (Internal Server Error) or a 404 (Not Found), but it would not be suitable for use if you get a Connection Refused error when trying to connect.