mirror of https://github.com/ansible/ansible.git
Add support for TLS 1.3 Post Handshake Auth (#82063)
TLS 1.3 adds a different method it can use to request a client certificate after the handshake but Python does not allow this by default. This commit sets the attribute needed to enable this scenario when using client certificates on Python 3.8+, 3.7.1+.pull/82085/head
parent
f5a0c0dfc8
commit
b34f4a559f
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- urls - Add support for TLS 1.3 post handshake certificate authentication - https://github.com/ansible/ansible/issues/81782
|
Loading…
Reference in New Issue