Are range requests supported on copyparty? #150
Replies: 1 comment 10 replies
-
Hey :> Range requests are mostly supported -- there are two subfeatures which are not implemented (yet):
You could run copyparty with I recall iPXE had very specific requirements for https (iPXE only supports a handful of modern ciphers), so I'd recommend starting with http until everything else works, and then finally switching to https. Much easier to debug with Wireshark and such that way :> Fun usecase btw! I've used copyparty to provide files for iPXE over tftp and https before, but only to load linux kernel/initrd, so it didn't need to use range-requests for that. What os / iso are you trying to give it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Folks!
I am wondering if copyparty supports "range requests", since I am trying to use copyparty as a SAN booting endpoint. The actual requirement is listed here:
https://ipxe.org/sanuri
Under the HTTP section, you can see the range requests verbiage.
Thank you for your response.
Beta Was this translation helpful? Give feedback.
All reactions