I forgot the command-line kung-fu to tell urllib3 to ignore the self-signed certs on the Proxmox hosts. I have the same error as this post https://learn.redhat.com/t5/Automation-Management-Ansible/Ansible-proxmox-kvm-module/td-p/3935
Anyone remember the command-line or environment variable to tell urllib3 to ignore self-signed cert? The error is
"msg": "authorization on proxmox cluster failed with exception: HTTPSConnectionPool(host='192.168.0.11', port=8006):
Max retries exceeded with url: /api2/json/access/ticket (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f0847f2f650>:
Failed to establish a new connection: [Errno 111] Connection refused'
Thanks for the replies!
Anyone remember the command-line or environment variable to tell urllib3 to ignore self-signed cert? The error is
"msg": "authorization on proxmox cluster failed with exception: HTTPSConnectionPool(host='192.168.0.11', port=8006):
Max retries exceeded with url: /api2/json/access/ticket (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f0847f2f650>:
Failed to establish a new connection: [Errno 111] Connection refused'
Thanks for the replies!