Frequently Asked Question
SSL:CERTIFICATE_VERIFICATION_FAILED
Last Updated 8 months 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()