Frequently Asked Question

SSL:CERTIFICATE_VERIFICATION_FAILED
Last Updated about a month ago

The reason for this error lies in Python's outdated local SSL certificates. To update the certificates, please proceed as follows:

Please open the QGIS Python Console and execute the following commands:

>> import os
>> os.popen('pip install --upgrade certify').read()

Please Wait!

Please wait... it will take a second!