Merge pull request #7529 from lenestopage/patch-9

Update tls.md
This commit is contained in:
Maria Bermudez 2018-12-27 10:07:20 -08:00 committed by GitHub
commit c423e32b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -139,10 +139,12 @@ If everything is properly configured you should get a JSON payload:
``` ```
Since the proxy uses SNI to decide where to route traffic, make sure you're Since the proxy uses SNI to decide where to route traffic, make sure you're
using a version of curl that includes the SNI header with insecure requests. using a version of `curl` that includes the SNI header with insecure requests.
If this doesn't happen, curl displays an error saying that the SSL handshake If this doesn't happen, `curl` displays an error saying that the SSL handshake
was aborterd. was aborterd.
> ***NOTE:*** Currently there is no way to update expired certificates using this method.
> The proper way is to create a new secret then update the corresponding service.
## Let your service handle TLS ## Let your service handle TLS