The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::ACME::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.