Hello everybody,
I am using pxelinux to install centos stream 9 systems but this stopped working a while ago with mirror.stream.centos.org because it started forcing HTTPS and pxelinux is HTTP only.
Could we please make the mirror.stream.centos.org HTTP available again please?
$ wget http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vml... --max-redirect=0 --no-hsts --2023-03-29 20:49:54-- http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vml... Resolving mirror.stream.centos.org (mirror.stream.centos.org)... 18.173.233.69, 18.173.233.28, 18.173.233.77, ... Connecting to mirror.stream.centos.org (mirror.stream.centos.org)|18.173.233.69|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vm... [following] 0 redirections exceeded.
Kind regards,
Jelle de Jong
On 2023-03-29 11:52, Jelle de Jong wrote:
I am using pxelinux to install centos stream 9 systems but this stopped working a while ago with mirror.stream.centos.org because it started forcing HTTPS and pxelinux is HTTP only.
I believe the recommended configuration is to have vmlinuz and initrd.img on the same tftp server you use for the PXE boot loader.
https://docs.fedoraproject.org/en-US/fedora/f36/install-guide/advanced/Netwo...
On 3/30/23 07:11, Gordon Messmer wrote:
On 2023-03-29 11:52, Jelle de Jong wrote:
I am using pxelinux to install centos stream 9 systems but this stopped working a while ago with mirror.stream.centos.org because it started forcing HTTPS and pxelinux is HTTP only.
I believe the recommended configuration is to have vmlinuz and initrd.img on the same tftp server you use for the PXE boot loader.
https://docs.fedoraproject.org/en-US/fedora/f36/install-guide/advanced/Netwo...
I use a lot of other distributions as well, and debian, ubuntu, all offer HTTP for their mirrors.
This way an update is directly used, I used to download the vmlinux if it gets out of date it gives weird errors when loading the kernels further in the process.
Thank you in advance for making the mirror.stream.centos.org work with HTTP again and letting users choose between HTTP and HTTPS.
Kind regards,
Jelle de Jong
On Thu, Mar 30, 2023 at 4:04 PM Jelle de Jong jelledejong@powercraft.nl wrote:
On 3/30/23 07:11, Gordon Messmer wrote:
On 2023-03-29 11:52, Jelle de Jong wrote:
I am using pxelinux to install centos stream 9 systems but this stopped working a while ago with mirror.stream.centos.org because it started forcing HTTPS and pxelinux is HTTP only.
I believe the recommended configuration is to have vmlinuz and initrd.img on the same tftp server you use for the PXE boot loader.
https://docs.fedoraproject.org/en-US/fedora/f36/install-guide/advanced/Netwo...
I use a lot of other distributions as well, and debian, ubuntu, all offer HTTP for their mirrors.
This way an update is directly used, I used to download the vmlinux if it gets out of date it gives weird errors when loading the kernels further in the process.
Thank you in advance for making the mirror.stream.centos.org work with HTTP again and letting users choose between HTTP and HTTPS.
Kind regards,
Jelle de Jong _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Mirrors served by the mirror.stream.centos.org alias will remain accessible only via https. You can find a mirror close to you that supports http on this page: https://admin.fedoraproject.org/mirrormanager/mirrors/CentOS/9-stream/x86_64
--Brian
Once upon a time, Jelle de Jong jelledejong@powercraft.nl said:
Thank you in advance for making the mirror.stream.centos.org work with HTTP again and letting users choose between HTTP and HTTPS.
If you really must load directly from remote sites, you can set up your own local proxy (nginx should be able to do this for example).