Update master-node-communication.md

pull/2346/head
scjane 2017-01-25 17:25:31 +08:00 committed by GitHub
parent 0e1670ccb8
commit 27d0048498
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ HTTP connections and are therefore neither authenticated nor encrypted. They
can be run over a secure HTTPS connection by prefixing `https:` to the node,
pod, or service name in the API URL, but they will not validate the certificate
provided by the HTTPS endpoint nor provide client credentials so while the
connection will by encrypted, it will not provide any guarantees of integrity.
connection will be encrypted, it will not provide any guarantees of integrity.
These connections **are not currently safe** to run over untrusted and/or
public networks.