# Troubles in Chrome

> **Google Chrome shows "Your connection is not private"**
>
> This can happen if you use localhost in combination with https. Please open this URL in your Chrome Browser to access the chrome settings:\
> \
> \&#xNAN;*\*\**<chrome://flags/#allow-insecure-localhost>\
> \
> Then set `"Allow invalid certificates for resources loaded from localhost."` to be enabled.

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

<figure><img src="/files/4MlzwYA5mZ7hZrJmCA7o" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If Google Chrome don't show you the "Proceed to ... (unsafe) link, you can just type "thisisunsecure" and chrome will go ahead.\
Just focus the chrome main window with the mouse, and start typing, you won't see any input, but it will work.
{% endhint %}


---

# Agent Instructions: 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.dockware.io/troubleshooting/troubles-in-chrome.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.
