> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/dutch-documentation/proxybeheer/testing-and-verifying-proxies/proxy-connection-issues.md).

# Problemen met proxyverbinding

### Wat is het probleem?

De proxy geeft een verbindingsfout of het profiel toont een rood kruis en kan niet starten.

![](/files/42f50857baf2ec0a649635220ef7c11c6d1cac57)

### Mogelijke oplossingen

* Controleer of het verbindingstype correct is.
* Controleer of het een IPv6-proxy is – IPv6-proxies werken alleen op websites die IPv6 ondersteunen.
* Controleer of de proxy IP-autorisatie of een gebruikersnaam/wachtwoord vereist.
* Controleer of de poort in de proxy is opgenomen – het zou eruit moeten zien zoals op de onderstaande afbeelding.

![](/files/db747e053d4f2c5fdeba7a30f5c6615d07a5a960)

### Proxy verbindingstest

Als je zeker weet dat alle bovenstaande stappen correct zijn en het werkt nog steeds niet, probeer dan de volgende stappen om de [proxyverbinding te testen](/documentation/dutch-documentation/proxybeheer/testing-and-verifying-proxies/proxy-test.md):

* Download firefox: <https://www.mozilla.org/firefox/new/>
* Download de foxyproxy-addon: <https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/>
* Test of de proxy werkt met firefox en foxyproxy. Je kunt dit bevestigen op <https://www.whoer.net/>

#### Is het een proxy gerelateerd probleem?

Wanneer de proxy verbindingstest mislukt, kan het een proxy gerelateerd probleem zijn. Om verder te troubleshooten, controleer eerst of het inderdaad proxy gerelateerd is door handmatig verbinding te maken met je proxies zonder Incogniton, met behulp van een van je browsers.

* Als je nog steeds geen verbinding kunt maken, meld dit probleem dan bij je proxyprovider en wijs erop dat je proxies niet werken bij verbinding via een browser.
* Als je erin geslaagd bent om succesvol verbinding te maken met je proxy via een reguliere browser, betekent dit dat onze server geen IP-afhankelijke gegevens kan ontvangen.

### Proxy verbindingsoplossing

Als onze server geen IP-afhankelijke gegevens kan ontvangen, moeten de Tijdzone, WebRTC en Geolocatie handmatig worden ingesteld. Volg deze stappen:

{% stepper %}
{% step %}
**Schakel Vul tijdzone in op basis van het IP uit en stel het handmatig in**

Definieer de tijdzone handmatig (het is aan te raden om overeen te komen met de proxy).

![](/files/fa4b8b520fa68a4027d778365998d93852e2ba8d)
{% endstep %}

{% step %}
**Schakel Vul WebRTC Public IP in op basis van het IP uit en stel het handmatig in**

Specificeer het Public IP van de proxy die je zult gebruiken, of kies de **Disabled** modus.

![](/files/fba83bb1221f1c4fe3fe22a3f6c687c58ce27e04)
{% endstep %}

{% step %}
**Schakel Vul geolocatie in op basis van IP uit en definieer coördinaten handmatig**

Stel coördinaten handmatig in (aanbevolen om overeen te komen met de proxy) of kies de **Block** modus.

![](/files/7f5b1682eec1ea6b13cade4d812a2b11097baf4e)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Als je meer hulp nodig hebt of vragen hebt over het verbinden van een proxy, neem dan gerust contact op met [Incogniton Support](https://incogniton.com/contact/) voor assistentie.
{% 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.incogniton.com/documentation/dutch-documentation/proxybeheer/testing-and-verifying-proxies/proxy-connection-issues.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.
