Try connecting to mindsdb cloud from a windows 10 machine using
mindsdb_sdk.connect(login=, password=)
Error:
(<class 'requests.exceptions.SSLError'>, SSLError(MaxRetryError("HTTPSConnectionPool(host='cloud.mindsdb.com', port=443): Max retries exceeded with url: /cloud/login (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)')))")), <traceback object at 0x00000195B62F4400>)
Try connecting to mindsdb cloud from a windows 10 machine using
mindsdb_sdk.connect(login=, password=)
Error:I tried the following:
Probable cause behind the error: sys proxy setup.