DALL-E 3 Image Generation on Azure OpenAI still not using PROXY #9037
Replies: 2 comments 1 reply
-
I've reviewed the code, and the Updating Instructions (docker):
![]() 2. Downstream code uses proxy agent:![]() 3. Text proxy server logs request upon API request:[2025-08-13T14:28:39.254Z] CONNECT api.openai.com:443 -> HTTPS Tunnel Request
Headers: {
"host": "api.openai.com",
"connection": "close",
"proxy-authorization": "Basic dXNlcjpwYXNz"
}
Remote Address: ::ffff:127.0.0.1
Connection ID: 25
Event: connect-start
================================================================================
[2025-08-13T14:28:39.282Z] CONNECT api.openai.com:443 -> HTTPS Tunnel Established
Headers: {}
Remote Address: ::ffff:127.0.0.1
Connection ID: 25
Event: connect-established
================================================================================
[2025-08-13T14:28:39.292Z] Connection 25 - Client -> Server: 387 bytes
[2025-08-13T14:28:39.304Z] Connection 25 - Server -> Client: 1420 bytes
[2025-08-13T14:28:39.305Z] Connection 25 - Server -> Client: 1430 bytes
[2025-08-13T14:28:39.310Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.311Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.311Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.312Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.313Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.314Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.315Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.315Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.316Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.317Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.318Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.319Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.320Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.321Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.322Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.322Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.323Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.324Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.325Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.326Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.327Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.328Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.328Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.329Z] Connection 25 - Client -> Server: 65536 bytes
[2025-08-13T14:28:39.329Z] Connection 25 - Client -> Server: 3717 bytes
[2025-08-13T14:28:42.758Z] Connection 25 - Server -> Client: 1666 bytes
[2025-08-13T14:28:42.767Z] Connection 25 - Server -> Client: 389 bytes
[2025-08-13T14:28:42.799Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:42.857Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:42.882Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:42.911Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:42.946Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:42.982Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:43.074Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:43.160Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:43.278Z] Connection 25 - Server -> Client: 687 bytes
[2025-08-13T14:28:43.296Z] Connection 25 - Server -> Client: 671 bytes
[2025-08-13T14:28:43.305Z] Connection 25 - Server -> Client: 548 bytes
[2025-08-13T14:28:43.311Z] Connection 25 - Server -> Client: 55 bytes Note about 1.5 MB is transmitted from request, which is roughly the DALL-E generation size. 4. image is generated:![]() |
Beta Was this translation helpful? Give feedback.
-
@danny-avila : Thank you for the fast fix regarding the proxy bypass for Azure Mistral OCR! I can confirm that it works in my environment. However, in the same environment the DALL-E plugin on Azure OpenAI still produces almost the same proxy-related error as Azure Mistral OCR. I can also reproduce it with DALL-E on OpenAI (clarification to my statement above). Steps to reproduce: Error in DALL-E result: ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
#8712 has not fully fixed that image generation is not using the PROXY env variable.
When DALL-E 3 via Azure OpenAI is used, the traffic is not routed via the proxy
Version Information
0.8.0-r2
Steps to Reproduce
1.) Define variables PROXY, DALLE3_API_KEY, DALLE3_BASEURL, DALLE3_AZURE_API_VERSION in .env
2.) use DALL-E plugin in agent
3.) image creation forces timeout - network logs show that traffic ist not routed via proxy
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions