# HTTPConnectionPool Max retries exceeded with url: /settings

{% hint style="info" %}
**This error usually means Velocity MTA is not running. Often this is due to a misconfiguration when Velocity MTA and the ESP are running on the same server.**&#x20;
{% endhint %}

On the VPS where Velocity MTA is installed run the following command to check for errors:

`docker logs edcom-velocity`

If you're running the ESP/MTA on the same server together, Velocity MTA will fail to start for the following reasons:

* The ESP has 0.0.0.0 in edcom-install/config/edcom.env instead of an IP dedicated just for use by the ESP.&#x20;

{% hint style="info" %}
0.0.0.0 tells the ESP use all available IP addresses it can find, this will block Velocity MTA from being able to start.&#x20;
{% endhint %}

* velocity-install/config/mta.conf has the ESP IP configured as the management IP
* velocity-install/config/ipaddresses has the ESP IP as one of the sending IPs


---

# 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.emaildelivery.com/docs/troubleshooting-mta-related-errors-in-the-email-marketing-interface/httpconnectionpool-max-retries-exceeded-with-url-settings.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.
