You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ansible version: 2.8.2
Target host OS: Debian 10 Buster
Python version on target host: 3.7
TASK [atosatto.minio : Get the Minio server checksum for amd64 architecture] ******************************************************************************************
fatal: [my.hostname.com]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'url'. Error was a <class 'ansible.errors.AnsibleError'>, original message: Error validating the server's certificate for https://dl.minio.io/server/minio/release/linux-amd64/minio.sha256sum: Failed to validate the SSL certificate for dl.minio.io:443. Make sure your managed systems have a valid CA certificate installed. You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended. Paths checked for this platform: /etc/ssl/certs, /etc/ansible, /usr/local/etc/openssl. The exception msg was: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)."}
The text was updated successfully, but these errors were encountered:
Hi @robvadai have you figured out the reason of this behavior?
Honestly it looks like something external to this role. Was a normal curl https://dl.minio.io/server/minio/release/linux-amd64/minio.sha256sum showing the same behavior?
Ansible version: 2.8.2
Target host OS: Debian 10 Buster
Python version on target host: 3.7
The text was updated successfully, but these errors were encountered: