Re: proxying fedora mirrors with HTTPS

2020-03-27 Thread Brian C. Lane
On Thu, Mar 26, 2020 at 10:54:25AM -0600, Ken Dreyer wrote: > I see pykickstart supports https URLs for --proxy, so I think I can > just do --proxy https://squid.example.com:3128 ? > > I don't understand how I would get the installer to trust my custom CA > to communicate with the HTTPS proxy, tho

proxying fedora mirrors with HTTPS

2020-03-26 Thread Ken Dreyer
For several years I've run my kickstart installs through a squid proxy that caches packages that I download. My kickstarts have something like this: url --url=http://mirror.chpc.utah.edu/pub/fedora/linux/releases/31/Everything/x86_64/os/ --proxy=http://squid.example.com:3128 As I test many repea