mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[GH-ISSUE #1398] Permission denied when using local assets over HTTPS #1970
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1970
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shalak on GitHub (Jan 14, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1398
Describe the bug

I'm facing an issue when using my local asset cache:
The cert on
https:/netbootxyz.mydomain.net/is valid, signed by Let's EncryptI entered the iPXE shell and run
show unixtime(and converted it viadate --date=@$((0x65a43aa6))) to verify that the sytem time is correct - it is.Running
curl https://netbootxyz-nginx.mydomain.net/ubuntu-squash/releases/download/22.04.3-7e94379b/vmlinuzdownloads the vmlinuz file with no issues.@antonym commented on GitHub (Jan 14, 2024):
I'd make sure your web server supports the configurations here: https://ipxe.org/crypto
@shalak commented on GitHub (Jan 14, 2024):
I did a little oneliner to check if my traefik supports the cyphers listed there:
All of them are supported:
@antonym commented on GitHub (Feb 19, 2024):
Try the latest rolling release, it should handle Let's Encrypt certs better:
https://twitter.com/ipxe/status/1758124717477593405