I have a server setup for testing, with a self-signed certificate, and want to be able to test towards it.
How do you ignore SSL verification in the Python 3 ver
Python 3.0 to 3.3 does not have context parameter, It was added in Python 3.4. So, you can update your Python version to 3.5 to use context.