From eb71d5904bb698d32d7d700a2541828eeff0b78e Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Wed, 4 Aug 2021 13:09:06 +0100 Subject: [PATCH] Update engine/release-notes/index.md Co-authored-by: Sebastiaan van Stijn --- engine/release-notes/index.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/engine/release-notes/index.md b/engine/release-notes/index.md index e70471c4b8..5e44ce523a 100644 --- a/engine/release-notes/index.md +++ b/engine/release-notes/index.md @@ -25,10 +25,16 @@ for Docker Engine. ## 20.10.8 2021-08-03 -**IMPORTANT**: Due to [net/http changes](https://github.com/golang/go/issues/40909) in [Go 1.16](https://golang.org/doc/go1.16#net/http), -setting an `$HTTP_PROXY` environment variable alone is not enough any more to properly configure an HTTP proxy. -Make sure you also set an `$HTTPS_PROXY` environment variable, for handling requests to `https://` URLs. - +> **IMPORTANT** +> +> Due to [net/http changes](https://github.com/golang/go/issues/40909) in [Go 1.16](https://golang.org/doc/go1.16#net/http), +> HTTP proxies configured through the `$HTTP_PROXY` environment variable are no +> longer used for TLS (`https://`) connections. Make sure you also set an `$HTTPS_PROXY` +> environment variable for handling requests to `https://` URLs. +> +> Refer to the [HTTP/HTTPS proxy section](../../config/daemon/systemd.md#httphttps-proxy) +> to learn how to configure the Docker Daemon to use a proxy server. +{: .important } ### Deprecation - Deprecate support for encrypted TLS private keys. Legacy PEM encryption as