> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/openvpn-special-characters-in-password-not-working-with-autofill.md).

# OpenVPN special characters in password not working with autofill

If password autofill does not work in OpenVPN, it is likely because it is sent within the RDP server credentials instead of through the VPN. Follow the steps below for a complete workaround.

### Solution

1. Create a new OpenVPN entry in a folder, and enter all the required information (host, certificate, credentials, etc.).

![](https://cdnweb.devolutions.net/docs/RDMW4156_2024_3.png)

2. Check ***Enable automatic authentication***, and enter the authentication credentials by clicking on the ***Set authentication*** button.

![](https://cdnweb.devolutions.net/docs/RDMW4157_2024_3.png)

{% hint style="warning" %}
Do not enable ***Use authentication file***, or the workaround will not work.
{% endhint %}

3. Still in the entry creation window, go to the ***One-time password*** section under ***Connection***, and set the ***Source*** to ***Configured***. Then, enter your OTP information and click on ***Add***.

![](https://cdnweb.devolutions.net/docs/RDMW4158_2024_3.png)

4. Access the ***Properties*** of the entry’s parent folder (either by right-clicking on the folder or via the content area’s ***Edit*** option). Then, go to the ***VPN/Tunnel/Gateway*** section under the ***Connection*** menu, and set the ***Connect*** and ***Type*** settings to ***Ask for confirmation to connect*** and ***Session***, respectively.

![](https://cdnweb.devolutions.net/docs/RDMW4159_2024_3.png)

5. In the same window, go to the ***Settings*** ***(session)*** tab, then set the ***Session*** to ***Linked (vault)***, and select the OpenVPN entry created at steps #1–3.

![](https://cdnweb.devolutions.net/docs/RDMW4160_2024_3.png)

6. Still in the folder’s ***Properties***, go to the ***One-time password*** section under the ***Connection*** menu, and make sure the ***Source*** is set to ***None***.

![](https://cdnweb.devolutions.net/docs/RDMW4161_2024_3.png)

7. Now head over to the RDP entry which leverages the OpenVPN entry, and set the ***Connect*** setting to ***Inherited*** in ***Connection*** – ***VPN/Tunnel/Gateway***. Make sure the RDP entry is located in the same folder as the OpenVPN one.

![](https://cdnweb.devolutions.net/docs/RDMW4162_2024_3.png)

8. In the ***One-time password*** menu, set the ***Source*** setting to ***None***.

![](https://cdnweb.devolutions.net/docs/RDMW4163_2024_3.png)


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/openvpn-special-characters-in-password-not-working-with-autofill.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
