Le lundi 10 mars 2014 19:23:45 UTC-4, Michael DeHaan a écrit : > > Ansible 1.5.1 Release Notes > > Finally, code that performs URL downloads of https:// URLs has been > upgraded to validate the certificates where possible, unless a new > parameter “validate_certs=no” is passed to the module. This ensures that > web servers that are interacted with are signed by a known certificate > authority. It is very likely that this may require playbook alteration to > add a “validate_certs=no” to any modules like “get_url” that interact with > self-signed web services, such as continuous integration servers. In the > event that this should occur, the playbook will report an appropriate error > message and reference the ability to add “validate_certs=no” to get around > the error message. > > > This code is also used in side modules, like the Flowdoc notification module where I get : msg: failed to validate the SSL certificate for api.flowdock.com:443. You can use validate_certs=no, however this is unsafe and not recommended
Adding the “validate_certs=no” option to this module only return a : "msg: unsupported parameter for module: validate_certs" -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f19d3234-b7bd-4bf0-af33-99ce766d8d35%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
