certbot fails - LibreSSL suspected

In the last few days of March, Lets Encrypt introduced a new field into their certificates which is not recognised by LibreSSL, only by OpenSSL. This means renewal of certificates issued since then can fail with security/py-certbot on FreeBSD, because it cannot parse the certificate correctly to communicate with Let's Encrypt's server. See My posts on the Let's Encrypt forum for more details.

Is it possible to use the native OpenSSL with certbot and, if so, how could that be done?
 
Looking at the port itself it seems to use whatever SSL you have set with DEFAULT_VERSIONS.
 
At a quick glance it looks like certbot simply depends on py-openssl and it's the latter that's actually linked to LibreSSL or OpenSSL.
 
Back
Top