RPMs cannot be served from site with untrusted SSL certificate
Open
@Vasavisirnapalli is already working on this.
Since Jun 16, 2020.
installer
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 692
- PR merge metrics
- No merged PRs in 30d
Description
When running the photon installer in kickstart mode, the RPMs cannot be served from an SSL site with an untrusted SSL certificate (e.g. a self-signed certificate).
This is probably a good thing for most users, but it would be a good thing to have kernel /proc/cmdline option to disable SSL certificate checking for those of us who are operating in internal environments with untrusted certificates.
As far as I can tell from the docs, you can disable SSL certificate checking by not passing the cafile parameter to urlopen() here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.