> 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 avec HTTPS

Corrigez les échecs de connexion de l'extension de navigateur Devolutions Password Manager à localhost via HTTPS causés par la préinscription HSTS, en utilisant la messagerie native ou le retrait de l

L'extension de navigateur Devolutions Password Manager ne prend pas en charge la connexion à Remote Desktop Manager via HTTPS. Vous pourriez éprouver 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](/password-manager/fr/knowledge-base/browser-extension-knowledge-base/devolutions-password-manager-browser-extension-troubleshooting-connection-logs.md). La requête HTTPS échouée devrait s'afficher en rouge.

### Solution

Vous pouvez soit [utiliser l'extension de navigateur Devolutions Password Manager via la messagerie native](/password-manager/fr/knowledge-base/browser-extension-knowledge-base/devolutions-password-manager-browser-extension-via-native-messaging.md), soit retirer localhost de votre liste HSTS.

{% hint style="info" %}
Comme localhost ne fait pas partie de la liste HSTS par défaut, il a dû être ajouté manuellement ou préchargé par un système ou un administrateur de réseau à une fin précise. Son retrait 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, and the optional `goal` 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>&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.
