Hi,
I’m trying an HTTP post with the following task -
Hi,
I’m trying an HTTP post with the following task -
What version of ansible are you running and what version of python?
Do you have any idea what versions of SSL your system's OpenSSL
library supports? Python versions before 2.7.9 do not give the
ability to specify SSL protocols above tls1.0 explicitly. Since
ansible has to run with older versions than that, we don't have a way
of abstracting out the SSL version that you can connect with to
calling code. However, with the current version of ansible, ansible
should be configuring python's SSL handling such that it selects newer
versions of the SSL protocol automatically provided that the version
of openssl that your python is using supports those protocols.
Note that these questions all concern whichever host this task is
being run on (in most cases, that's the remote host that you're
managing).
-Toshio