Kaydet (Commit) 426f66af authored tarafından Joffrey F's avatar Joffrey F

Update HTTPS docs link

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst bd658f7f
...@@ -80,8 +80,8 @@ class TLSParameterError(DockerException): ...@@ -80,8 +80,8 @@ class TLSParameterError(DockerException):
def __str__(self): def __str__(self):
return self.msg + (". TLS configurations should map the Docker CLI " return self.msg + (". TLS configurations should map the Docker CLI "
"client configurations. See " "client configurations. See "
"http://docs.docker.com/examples/https/ for " "https://docs.docker.com/engine/articles/https/ "
"API details.") "for API details.")
class NullResource(DockerException, ValueError): class NullResource(DockerException, ValueError):
......
...@@ -13,7 +13,7 @@ class TLSConfig(object): ...@@ -13,7 +13,7 @@ class TLSConfig(object):
ssl_version=None, assert_hostname=None, ssl_version=None, assert_hostname=None,
assert_fingerprint=None): assert_fingerprint=None):
# Argument compatibility/mapping with # Argument compatibility/mapping with
# http://docs.docker.com/examples/https/ # https://docs.docker.com/engine/articles/https/
# This diverges from the Docker CLI in that users can specify 'tls' # This diverges from the Docker CLI in that users can specify 'tls'
# here, but also disable any public/default CA pool verification by # here, but also disable any public/default CA pool verification by
# leaving tls_verify=False # leaving tls_verify=False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment