9
Pomiń InsecureRequestWarning: W Python2.6 powstaje niezweryfikowane żądanie HTTPS
Piszę skrypty w Python2.6 przy użyciu pyVmomi i przy użyciu jednej z metod połączenia: service_instance = connect.SmartConnect(host=args.ip, user=args.user, pwd=args.password) Otrzymuję następujące ostrzeżenie: /usr/lib/python2.6/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) Co ciekawe, nie mam zainstalowanego urllib3 z pipem (ale jest on …