Skip to content Skip to sidebar Skip to footer

"can't Connect To Https Url Because The Ssl Module Is Not Available."

Hi guys I having trouble with SSL and python. I had a script that goes to f5 API with requests and it was worked fine. I did another API script. Tried it on another machine (some V

Solution 1:

I was mistaken.

I made a Python file named ssl.py in the same project. Python must have been looking for ssl attributes at my ssl.py file.

When I erased that file it all worked out. I hope I was helping anyone with this post.

Post a Comment for ""can't Connect To Https Url Because The Ssl Module Is Not Available.""