I am writing scripts in Python2.6 with use of pyVmomi and while using one of the connection methods:
service_instance = connect.SmartConnect(host=args.ip,
This is the answer in 2017. urllib3 not a part of requests anymore
urllib3
requests
import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)