Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Aug 2022 13:22:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243299] fetch(1) fails to handle redirects on a valid URL
Message-ID:  <bug-243299-227-4FYzqSdF7K@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243299-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243299-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243299

Ronald Klop <ronald-lists@klop.ws> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ronald-lists@klop.ws

--- Comment #1 from Ronald Klop <ronald-lists@klop.ws> ---
To clarify the issue:

$ fetch -v
"https://www.tddft.org/programs/libxc/down.php?file=3D4.3.4/libxc-4.3.4.tar=
.gz"
resolving server address: www.tddft.org:443
SSL options: 82004854
Peer verification enabled
Using CA cert file: /usr/local/etc/ssl/cert.pem
Verify hostname
TLSv1.2 connection established using ECDHE-RSA-AES256-GCM-SHA384
Certificate subject: /CN=3Dtddft.org
Certificate issuer: /C=3DUS/O=3DLet's Encrypt/CN=3DR3
requesting
https://www.tddft.org/programs/libxc/down.php?file=3D4.3.4/libxc-4.3.4.tar.=
gz
302 redirect to down/4.3.4/libxc-4.3.4.tar.gz
resolving server address: down:0
fetch:
https://www.tddft.org/programs/libxc/down.php?file=3D4.3.4/libxc-4.3.4.tar.=
gz: No
address record

Fetch tries "down" as the server name of the next hop.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243299-227-4FYzqSdF7K>