This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Not able to use Python 3.7.2 due to SSL issue
Type: behavior Stage: resolved
Components: SSL, Windows Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: Gunasekar Rajendran, christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2018-12-26 22:21 by Gunasekar Rajendran, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dbconnect.py Gunasekar Rajendran, 2018-12-26 22:21 A simple DB connect file written in python
Messages (2)
msg332564 - (view) Author: Gunasekar Rajendran (Gunasekar Rajendran) Date: 2018-12-26 22:21
I am trying to run python code in Visual studio code and get the below error while trying to connect to mysql db

Python installation has no SSL support
msg332566 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-12-26 22:47
I don't see any error message. Please describe how you have installed Python and which version of Windows you are running. A traceback and an error message would be helpful, too.
History
Date User Action Args
2022-04-11 14:59:09adminsetgithub: 79773
2019-09-11 15:06:43steve.dowersetstatus: open -> closed
resolution: out of date
stage: resolved
2018-12-26 22:47:25christian.heimessetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
messages: + msg332566

components: + Windows
type: crash -> behavior
2018-12-26 22:21:56Gunasekar Rajendrancreate