Python 3.6 disable SSL (verify=False) does not work
iam using Python 3.6 on my Linux machine. And my HTTPS requests does not work. import requests requests.get('https://192.168.56.101:4665/v1/objects/services/docker-icinga2!random-005', verify=Fa...