That sounds like your Windows host has been updated recently and it's list 
of supported cipher suites or TLS protocols has changed. Unfortunately 
there's now no common cipher suites and TLS protocol versions between your 
linux and Windows host hence the message unsupported protocol.

Ansible or pywinrm has no control over this as this all happens down deep 
in the Python layers and really even further into the OpenSSL provider. It 
sounds like your Python 3 has been compiled against an old OpenSSL version 
which doesn't support the protocol or cipher suites that is required. Are 
you able to run 

python3 -c "import ssl; print(ssl.OPENSSL_VERSION)"

and post back the results here.

Thanks

Jordan

-- 
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/db608b18-f343-44f3-abf7-570f8556d693%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to