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 <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2023-09-26 14:30:41 +02:00 committed by Carles Cufí
parent 36dec835c4
commit bcea9f7c92

View file

@ -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