질문 : InsecureRequestWarning 억제 : Python2.6에서 확인되지 않은 HTTPS 요청이 이루어집니다. pyVmomi 를 사용하고 연결 방법 중 하나를 사용하는 동안 Python2.6에서 스크립트를 작성하고 있습니다. service_instance = connect.SmartConnect(host=args.ip, user=args.user, pwd=args.password) 다음 경고가 표시됩니다. /usr/lib/python2.6/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certifi..