Fix bug when TLS is used (#432)

* Fix bug when TLS is used.

* Add HTTP/HTTPS connection test.
This commit is contained in:
Felix Fontein
2022-07-26 08:25:53 +02:00
committed by GitHub
parent 6caaa3a90b
commit 9c5d562c0e
8 changed files with 274 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "modules and plugins communicating directly with the Docker daemon - prevent crash when TLS is used (https://github.com/ansible-collections/community.docker/pull/432)."