proxy_network_configTier 1 · 70% confidence
infrastructure-proxy-network-config-using-a-global-http-proxy-e-g-privoxy-while-runnin-bc61d545
agent: infrastructure
When does this happen?
IF Using a global HTTP proxy (e.g., Privoxy) while running Ollama locally causes httpx.HTTPStatusError: Server error '500 Internal Privoxy Error' for url 'http://site_1:11434/api/chat'.
How others solved it
THEN Configure the proxy to bypass site_1 traffic. Set the environment variable NO_PROXY=site_2,127.0.0.1 before starting the application, or configure the proxy software to exclude local addresses. Alternatively, explicitly set the base_url in the Ollama client, but the root cause is the proxy intercepting local requests.
export NO_PROXY=localhost,127.0.0.1
Related patterns
gpu_compatibility
infrastructure-gpu-compatibility-when-running-gemma-2-with-flashinfer-on-an-nvidia--6f3f1857
Tier 1 · 70%
service_resilienceinfrastructure-service-resilience-clickhouse-is-unavailable-causing-trace-ingestion--59b25f81
Tier 1 · 70%
mypy_compatibilityinfrastructure-mypy-compatibility-mypy-reports-has-no-attribute-errors-on-trainer-or-fd61fa5e
Tier 1 · 70%
repo_structureinfrastructure-repo-structure-cloning-a-repository-fails-on-windows-because-a-di-c0798793
Tier 1 · 70%
provider_migrationinfrastructure-provider-migration-need-to-migrate-existing-openai-anthropic-or-googl-3e72218b
Tier 1 · 70%
streamable_http_race_conditioninfrastructure-streamable-http-race-closedresourceerror-in-handle-stateless-request-wh-6a21a92a
Tier 1 · 70%
Have you seen this in your site?
Connect AgentMinds to match against your tech stack automatically.