admin管理员组

文章数量:1287915

I created a flask app and a I have been using google auth for weeks. Today I started getting this error ImportError: Can't connect to HTTPS URL because the SSL module is not available. I am using windows 10, python 3.11

I created a flask app and a I have been using google auth for weeks. Today I started getting this error ImportError: Can't connect to HTTPS URL because the SSL module is not available. I am using windows 10, python 3.11

Share Improve this question asked Feb 23 at 1:49 newdevelopernewdeveloper 7067 silver badges21 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Had the same problem, reinstalling helped me, but first of all, try to check if it downloaded:

import ssl
print(ssl.OPENSSL_VERSION)

Otherwise try to use OpenSSL

本文标签: google oauthPython flask application ssl module not availableStack Overflow