Error: HTTP 403 Forbidden
Possible sources
This error originated from one of the following locations within the iPXE source code:
General advice
Try using the
latest version of iPXE. Your problem may have already been fixed.
Try building iPXE with the
debug option
DEBUG=httpcore
You can
contact the iPXE developers and other iPXE users.
Refresh this page after 24 hours. This page is actively monitored, and further information may be added soon.
Additional notes
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
This error indicates that the HTTP server has returned an HTTP/403 Forbidden error.
Things to try:
Check that you are attempting to access the correct
URI.
Check that you are able to access the
URI from a web browser.
If the
URI requires authentication, then check that you are supplying any required authentication credentials (e.g. via the
username
and
password
settings).
NOTES: iPXE together with Apache2 reports this error if the file is a symbolic link, and the target of the link does not exist.