jsonschema.exceptions.RefResolutionError:

Hello,

Everytime i want to issue a certificate i get this error hope someone can help me.

jsonschema.exceptions.RefResolutionError: HTTPSConnectionPool(host=‘www.blockcerts.org’, port=443): Max retries exceeded with url: /schema/2.0/recipientSchema.json (Caused by SSLError(SSLError(1, u’[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)’),))

Hello @Taibah

Maybe you are using python2 when you need python3.
Make sure you are using a virtualenv as explained in the recommendations here: https://github.com/blockchain-certificates/cert-issuer/blob/master/docs/virtualenv.md

I saw a similar error here: Error installing cert-issuer on ethereum (which I think could have been solved by installing python3-dev).