attempting to use CREDSSP with ansible over windows connections, have everything configured and pywinrm[credssp] installed but get thie above error when attempting to run credssp jobs:
"changed": false,
"msg": "credssp: 'module' object has no attribute 'TLSv1_2_METHOD'",
"unreachable": true
Any idea?
Tried:
Failed to install Python Cryptography package with PIP and setup.py
Requires this command: sudo yum install gcc libffi-devel python-devel openssl-devel
After that do a pip install --upgrade pywinrm[credssp] ...
Still does not work