> 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/password-manager/fr/knowledge-base/browser-extension-knowledge-base/issue-using-the-devolutions-password-manager-browser-extension-with-localhost-with-https.md).

# Problème d'utilisation de l'extension de navigateur Devolutions Password Manager avec localhost en HTTPS

L'extension de navigateur Devolutions Password Manager ne prend pas en charge la connexion à Remote Desktop Manager via HTTPS. Vous pourriez rencontrer des problèmes de connexion dans Devolutions Password Manager si la configuration HSTS-preload de votre système contient localhost.

Pour vérifier si Devolutions Password Manager tente de se connecter via HTTPS, [inspectez l'onglet réseau de votre navigateur](https://docs.devolutions.net/fr/password-manager/kb/browser-extension-knowledge-base/devolutions-password-manager-browser-extension-troubleshooting-guide/). La requête échouée vers HTTPS devrait apparaître en rouge.

### Solution

Soit [utilisez l'extension de navigateur Devolutions Password Manager via la messagerie native](https://docs.devolutions.net/fr/password-manager/kb/browser-extension-knowledge-base/devolutions-password-manager-browser-extension-via-native-messaging/), soit retirez localhost de votre liste HSTS.

{% hint style="info" %}
Comme localhost ne fait pas partie de la liste HSTS par défaut, il doit avoir été ajouté manuellement ou préchargé par un administrateur système ou réseau à des fins spécifiques. Le supprimer pourrait entraîner des conséquences imprévues.
{% 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:

```
GET https://docs.devolutions.net/password-manager/fr/knowledge-base/browser-extension-knowledge-base/issue-using-the-devolutions-password-manager-browser-extension-with-localhost-with-https.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.
