Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL verification error on connection to mindsdb cloud #9

Open
SebastianJames55 opened this issue Aug 21, 2023 · 0 comments
Open

SSL verification error on connection to mindsdb cloud #9

SebastianJames55 opened this issue Aug 21, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@SebastianJames55
Copy link
Owner

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>) 

I tried the following:

os.environ['REQUESTS_CA_BUNDLE'] = os.path.join(os.path.dirname(__file__), 'mind-reader-venv\\Lib\\site-packages'
                                                                           '\\certifi\\cacert.pem')

Probable cause behind the error: sys proxy setup.

@SebastianJames55 SebastianJames55 added bug Something isn't working help wanted Extra attention is needed labels Aug 21, 2023
@SebastianJames55 SebastianJames55 moved this to 📋 Backlog in Mind Reader project Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant