SSL in Python script

Reiner1210

New Member
Hello,,

I try to do a http request, and got the following:

[hello.py] HTTPSConnectionPool .... (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

The script part runs on the console with python 3.8.5

And idea ?

Thanks for your help
 
Top