ansible/test/integration/targets/lookups
Matt Martz 8bd4e2a144 cert validation fixes - Attempt 2 (#55953)
* Attempt 2 of cert validation fixes

* Remove unused code

* Cleanup the tmp cert using atexit

* Fix linting issues

* Only add SSLValidationHandler when not HAS_SSLCONTEXT

* Catch value errors on non PEM certs

* Only catch NotImplementedError to avoid masking issues

* set self._context even with PyOpenSSLContext for conformity

* Fix error building

* normalize how we interact with the context we create

* Remove unused code

* Address test for py3.7 message difference

* open_url should pass the ca_path through

* Account for new error in url lookup test

* Guard some code behind whether or not we are validating certs

* Make _make_context public

* Move atexit.register up to where the tmp file is created
2019-05-31 16:35:25 -04:00
..
meta
tasks cert validation fixes - Attempt 2 (#55953) 2019-05-31 16:35:25 -04:00
templates
vars
aliases
lookups.yml
runme.sh Fix tests which assume virtualenv is available. 2019-03-27 09:23:17 -07:00
template_lookup_vaulted.yml
test_vault_pass