ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

HTTPS down #296

Closed VaN-dev closed 6 years ago

VaN-dev commented 6 years ago

Please renew your SSL certificate, we get the following error while deploying :

fatal: [qa_ngserver_1 -> 127.0.0.1]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to validate the SSL certificate for ansistrano.com: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/pki/ca-trust/extracted/pem, /etc/pki/tls/certs, /usr/share/ca-certificates/cacert.org, /etc/ansible. The exception msg was: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)."}

image

carlosbuenosvinos commented 6 years ago

Fixed! Thanks!