> 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/it/knowledge-base/troubleshooting-articles/openvpn-special-characters-in-password-not-working-with-autofill.md).

# I caratteri speciali nella password di OpenVPN non funzionano con la compilazione automatica

Se il riempimento automatico della password non funziona in OpenVPN, è probabile che venga inviata all'interno delle credenziali del server RDP anziché tramite la VPN. Segua i passaggi seguenti per una soluzione alternativa completa.

### Soluzione

1. Crei una nuova voce OpenVPN in una cartella e inserisca tutte le informazioni richieste (host, certificato, credenziali, ecc.).

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

2. Selezioni ***Enable automatic authentication*** e inserisca le credenziali di autenticazione facendo clic sul pulsante ***Set authentication***.

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

{% hint style="warning" %}
Non abiliti ***Use authentication file***, altrimenti la soluzione alternativa non funzionerà.
{% endhint %}

3. Sempre nella finestra di creazione della voce, vada alla sezione ***One-time password*** sotto ***Connection*** e imposti ***Source*** su ***Configured***. Quindi inserisca le informazioni OTP e faccia clic su ***Add***.

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

4. Acceda alle ***Properties*** della cartella principale della voce (facendo clic con il tasto destro sulla cartella oppure tramite l'opzione ***Edit*** dell'area del contenuto). Quindi vada alla sezione ***VPN/Tunnel/Gateway*** sotto il menu ***Connection*** e imposti le impostazioni ***Connect*** e ***Type*** rispettivamente su ***Ask for confirmation to connect*** e ***Session***.

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

5. Nella stessa finestra, vada alla scheda ***Settings*** ***(session)***, quindi imposti ***Session*** su ***Linked (vault)*** e selezioni la voce OpenVPN creata ai passaggi #1–3.

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

6. Sempre nelle ***Properties*** della cartella, vada alla sezione ***One-time password*** sotto il menu ***Connection*** e si assicuri che ***Source*** sia impostato su ***None***.

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

7. Ora si rechi nella voce RDP che sfrutta la voce OpenVPN e imposti l'impostazione ***Connect*** su ***Inherited*** in ***Connection*** – ***VPN/Tunnel/Gateway***. Si assicuri che la voce RDP si trovi nella stessa cartella di quella OpenVPN.

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

8. Nel menu ***One-time password***, imposti l'impostazione ***Source*** su ***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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/knowledge-base/troubleshooting-articles/openvpn-special-characters-in-password-not-working-with-autofill.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.
