From bcea9f7c92184151521ea1329bb1b3b3b8dd97ca Mon Sep 17 00:00:00 2001 From: Robert Lubos Date: Tue, 26 Sep 2023 14:30:41 +0200 Subject: [PATCH] samples: net: sockets: big_http_download: Align documentation Update the TLS part of the big_http_download sample to reference the currently used server used for file download. Signed-off-by: Robert Lubos --- samples/net/sockets/big_http_download/README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/net/sockets/big_http_download/README.rst b/samples/net/sockets/big_http_download/README.rst index 222af88d57..d0b4551648 100644 --- a/samples/net/sockets/big_http_download/README.rst +++ b/samples/net/sockets/big_http_download/README.rst @@ -79,11 +79,11 @@ An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake``. The TLS version of this sample downloads a file from -https://www.7-zip.org/a/7z1805.exe (1.1MB). The certificate -used by the sample is in the sample's ``src`` directory and is configured -to access the default website configured in the sample for TLS -communication (https://www.7-zip.org). To access a different -web page over TLS, you'll need to provide a different certificate +https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/git/1:2.34.1-1ubuntu1/git_2.34.1.orig.tar.xz +(6.6MB). The certificates used by the sample are in the sample's ``src`` +directory and are used to access the default website configured in the sample +for TLS communication (https://launchpad.net) and possible redirects. To access +a different web page over TLS, you'll need to provide a different certificate to authenticate to that server. Note, that TLS support in the sample depends on non-posix, TLS socket