Page 1 of 1

[SOLVED] iPXE WADS Error

Published: May 10, 2022 - 4:56 PM
by smandel
Hello,

I encountered a boot error on iPXE: "operation not supported" during HTTP redirection on the WAPT server.
After some investigation, the problem was due to our WAPT server being configured with the "--force-https" option.
Reconfiguring the server without this parameter resolved the issue.

I think reporting this problem could be helpful for others experiencing the same issue (I don't seem to have seen anything about it in the documentation).

Thank you :)

Have a good day.

Re: iPXE WADS Error

Published: May 10, 2022 - 5:06 PM
by sfonteneau
Yes, IPXE can handle HTTPS, but only if the bundle contains a public certificate.

If not, you need to recompile IPXE with your certificate inside.

Re: iPXE WADS Error

Published: May 12, 2022 - 4:40 PM
by smandel
Thank you for the answer :D 👍

Re: [SOLVED] iPXE WADS Error

Published: July 24, 2023 - 1:30 PM
by David Masson
Hello Simon,

Do you have any documentation for recompiling IPXE with a self-signed certificate?

Thank you very much.

Best regards,

David Masson

Re: [SOLVED] iPXE WADS Error

Published: July 25, 2023 - 5:36 PM
by dcardon
Hello David,

there is no specific WAPT documentation; you should refer to the iPXE documentation.

Regards,

Denis