Server
- FOG Version: 1.4.4
- OS: Debian 9
Description
After installing fog with –force-https switch ipxe.efi cannot download files via http or https from fog server.
After searching on ipxe side I suspected a certificate validation problem and I managed to get ipxe download via https on the fog web server after compiling it with the web server certificate embedded:
make bin-x86_64-efi/ipxe.efi EMBED=ipxescript TRUST=/var/www/fog//management/other/ssl/srvpublic.crt
I had also to modify the /tftpboot/default.ipxe file by replacing http by https in it because it seems that ipxe does not follow the redirection from http to https…
Is is normal or did i miss something to avoid recompiling ?