> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/2pxe-server/troubleshooting/ipxe-endpoint-certificate-errors.md).

# iPXE Endpoint Certificate Errors

## Request failed: ... validation procedure

Full Error: Request failed: The remote certificate is invalid according to the validation procedure.

When you see this, that means the certificate you have assigned via the thumbprint in the 2PXE config isn't trusted by the iPXE server.  Often this happens when using the 2PintSoftware self-signed certificate for 2PXE but forgetting to add the root cert into your trusted root certificate store.

Certificate generated by 2PXE for the 2PXE process, issued by 2PintSoftware.com:

<figure><img src="/files/iGlXLJ9t5z9nS0T6mNPG" alt=""><figcaption></figcaption></figure>

Ensure the 2PintSoftware.com root cert is in the Trusted Root Certification Certificate Store:

<figure><img src="/files/9G47DSHma4v1m2nuwhoh" alt=""><figcaption></figcaption></figure>

If you still need to import that certificate, it can be found here: \
"C:\Program Files\2Pint Software\2PXE\x64\ca.crt"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.2pintsoftware.com/2pxe-server/troubleshooting/ipxe-endpoint-certificate-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
