Warn that SSLSocket cannot send close_notify TLS alerts (#621)

* Warn that SSLSocket cannot send close_notify TLS alerts.

* Improve formulation.

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
This commit is contained in:
Felix Fontein
2023-05-15 21:41:23 +02:00
committed by GitHub
parent 6187068ee5
commit 245ab76b09
5 changed files with 19 additions and 0 deletions
+2
View File
@@ -95,6 +95,8 @@ options:
notes:
- Does not support C(check_mode).
- Does B(not work with TCP TLS sockets) when using I(stdin). This is caused by the inability to send C(close_notify) without closing the connection
with Python's C(SSLSocket)s. See U(https://github.com/ansible-collections/community.docker/issues/605) for more information.
author:
- "Felix Fontein (@felixfontein)"