Renewal error : AttributeError: 'module' object has no attribute 'TLSSNI01'

Found a strange info with pip list

certbot==1.0.0
certbot-apache==0.28.0.dev0

certbot-apache seems to be outdated so i run

pip uninstall certbot-apache

Then certbot --version run without error

certbot --version
certbot 1.0.0

1 Like