always needed. It is necessary only for accessing https servers without a
qualified certificate. I got a similar result. You can see "302 found" and
redirection to another site. I am redirected to a site in Prague and the
file is there. If you end up with "object not found", it means that you are
redirected to a mirror which is not in syc or maybe even broken. You can
of mirrors and select a mirror manually. wget shows the redirections but
you must add -v to see the redirections in curl. You will then see where
exactly it fails.
Post by Norbert PreiningHi,
something is blocking access to all our trials. The logs show that LWP,
curl, and wget failed :-(((
Can you try
curl --user-agent texlive/curl --location http://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
and show us the output?
Norbert
I don't have access to "curl" (nor do I know what it is or does) but
D:\Temp > wget -S
http://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
--no-check-certificate
--user-agent=texlive/curl
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
--2018-10-17 13:40:22--
http://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
Resolving www.ctan.org... 176.28.54.184
Connecting to www.ctan.org|176.28.54.184|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 302 Found
Date: Wed, 17 Oct 2018 12:40:12 GMT
Server: Apache/2
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
https://ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
Vary: Accept-Encoding
Content-Length: 365
Keep-Alive: timeout=15, max=50
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
https://ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
[following]
--2018-10-17 13:40:22--
https://ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
Resolving ctan.org... 176.28.54.184
Connecting to ctan.org|176.28.54.184|:443... connected.
WARNING: cannot verify ctan.org's certificate, issued by
`/C=US/ST=Arizona/L=Scottsdale/O=Starfield Technologies, Inc./OU=
http://cer
ts.starfieldtech.com/repository//CN=Starfield Secure Certificate
Self-signed certificate encountered.
WARNING: certificate common name `*.dante.de' doesn't match requested
host name `ctan.org'.
HTTP request sent, awaiting response...
HTTP/1.1 302 Found
Date: Wed, 17 Oct 2018 12:40:12 GMT
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
http://mirrors.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
Content-Length: 0
Keep-Alive: timeout=15, max=50
Connection: Keep-Alive
Content-Type: text/plain
http://mirrors.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
[following]
--2018-10-17 13:40:22--
http://mirrors.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
Resolving mirrors.ctan.org... 176.28.54.184
Connecting to mirrors.ctan.org|176.28.54.184|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 302 Found
Date: Wed, 17 Oct 2018 12:40:12 GMT
Server: Apache/2
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
http://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
Vary: Accept-Encoding
Content-Length: 373
Keep-Alive: timeout=15, max=50
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
http://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
[following]
--2018-10-17 13:40:22--
http://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
Resolving mirror.ox.ac.uk... 163.1.160.163, 163.1.221.67
Connecting to mirror.ox.ac.uk|163.1.160.163|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Wed, 17 Oct 2018 12:40:12 GMT
Server: Apache/2.2.22 (Debian)
Last-Modified: Wed, 17 Oct 2018 00:23:00 GMT
ETag: "1f427756-90-57861ac370100"
Accept-Ranges: bytes
Content-Length: 144
Keep-Alive: timeout=10, max=100
Connection: Keep-Alive
Content-Type: text/plain; charset=ISO-8859-1
Length: 144 [text/plain]
Saving to: `texlive.tlpdb.sha512.2'
100%[==========================================================================================>]
144 --.-K/s in 0s
2018-10-17 13:40:22 (5.45 MB/s) - `texlive.tlpdb.sha512.2' saved [144/144]
Note that "--no-check-certificate" is required for success.
--
[image: <Signature>]
Philip Taylor