> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/references/how-to-guides/how-to-enable-tls-1.2-on-windows-for-agent-installation.md).

# How to enable TLS 1.2 on Windows for Agent Installation?

If the TLS 1.2 protocol is not enabled on the system, the user may encounter the following error message when attempting to install the FenixPyre agent:

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

### How to enable TLS 1.2 on Windows

To enable TLS 1.2 on Windows for Agent Installation, follow these steps:

1. Open the Registry Editor by typing `regedit` in your start menu and selecting the application.
2. Navigate to the following registry key: `HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols`
3. Right-click on the `Protocols` folder and select New -> Key. Name the new key `TLS 1.2`.
4. Inside the `TLS 1.2` key, create a new key named `Client`.
5. Inside the `Client` key, create a DWORD value named `Enabled`. Double-click on `Enabled` and make sure the value is set to `1`.
6. Also the `Client key`, create another DWORD value named `DisabledByDefault`. Double-click on `DisabledByDefault` and make sure the value is set to `0`.
7. Restart your computer for the changes to take effect.

This ensures that TLS 1.2 is enabled on your Windows machine, allowing for secure Agent Installation.

{% hint style="info" %}
For more detailed information on enabling TLS 1.2, you can refer to [Microsoft's official documentation](https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings#tls-12)
{% endhint %}


---

# 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://docs.fenixpyre.com/references/how-to-guides/how-to-enable-tls-1.2-on-windows-for-agent-installation.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.
