Need to upgrade Certbot 0.31.0?

We’re using official PPA to install Certbot on Ubuntu 16.04 and it installs Certbot version 0.31.0. We’re seeing this bug in our logs: https://github.com/certbot/certbot/issues/6756 (wrong content-type header in POST-as-GET requests) which seems to be fixed in 0.32.0. As I understand, it is not a problem yet as Certbot has a fallback to GET request which should work until November 1st, 2020 as stated here. But it should already be a problem when using staging server and will be a problem for production server next year.

Is PPA going to be updated before the mentioned date or should we use some other means of installing Certbot (e.g. docker or certbot-auto) to fix the bug before GET request stops working?

You should be able to fix this problem by updating your python3-acme package to 0.31.0-2 which was uploaded to our PPA a little over a week ago.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.