You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one wants to use TLS but with self-signed certificate, docker tls should be set to True but tls_verify set to False. Whilst in our FileConfig, we would settlsto False and tls_verify to True (and then we assumed a CA file provide in the cert path so we verify against ourselves.)
The text was updated successfully, but these errors were encountered:
Referring to http://docker-py.readthedocs.io/en/latest/tls/
If one wants to use TLS but with self-signed certificate, docker
tls
should be set toTrue
buttls_verify
set toFalse
. Whilst in our FileConfig, we would settls
toFalse
andtls_verify
toTrue
(and then we assumed a CA file provide in the cert path so we verify against ourselves.)The text was updated successfully, but these errors were encountered: