Bug #18936
closed
Download of OS specific kernel and initrd files should verify certificates
Added by Dominic Schlegel almost 8 years ago.
Updated over 3 years ago.
Description
The documentation https://theforeman.org/manuals/1.14/index.html#4.3.9TFTP mentions that the Download of OS specific kernel and initrd files does not verify certificates. In particular step 5 of the work flow mentions the exact wget command:
wget --no-check-certificate -nv -c <src> -O "<destination>"
I can not imagine any reason why the option
--no-check-certificate
should be used. Therefore I suggest to remove it.
If there is a use case which is valid I suggest that the GUI offers a checkbox in the installation Media detail page that turns on/off the certificate check.
- Project changed from Foreman to Smart Proxy
- Category set to TFTP
- Difficulty set to trivial
- Triaged changed from No to Yes
Let's add a new tftp.yaml setting named "verify_server_cert", when true the "--no-check-certificate" argument will be used.
Lukas Zapletal wrote:
Let's add a new tftp.yaml setting named "verify_server_cert", when true the "--no-check-certificate" argument will be used.
That naming is confusing me. Shouldn't it be when "verify_server_cert" is set to false that the "--no-check-certificate" should be added?
Correct, typing on a call is hard :-)
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/792 added
- Assignee set to Anna Vítová
- Fixed in Releases 3.0.0 added
- Status changed from Ready For Testing to Closed
Also available in: Atom
PDF