ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by SSLError(SSLError(0, u'unknown error (_ssl.c:3063)'),)
@Bruce5051 This is an error when the client tries to connect to the ACME server to begin with.
However, an "unknown error" is not very helpful and also not one I've seen before. I would advice @oitotech to use tools like openssl s_client and/or curl to debug outgoing connections in general.