[ipxe-devel] ipxe issue with http server permission denied

Michael Brown mcb30 at ipxe.org
Wed Dec 16 14:38:21 UTC 2020


On 14/12/2020 13:25, Yi Yi3 Liang wrote:
> I have encountered a problem and need to ask you in the process of 
> setting up the ipxe environment,and this problem is described as follows:
> 
> The permission denied during ipxe boot due to my http server(Nginx for 
> ubuntu) comes with username and password authentication:
> 
> So, how should I add the authentication code in the the following 
> menu.ipxe file?
> 
> Official website navigation for this issue: https://ipxe.org/err/024361

HTTP basic authentication usernames and passwords are specified via the 
URI using the standard URI syntax:

   http://user:password@host:port/path

Michael


More information about the ipxe-devel mailing list