codex - 💡(How to fix) Fix Support .env proxy conf [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19321Fetched 2026-04-25 06:11:46
View on GitHub
Comments
0
Participants
1
Timeline
6
Reactions
0
Author
Participants
Timeline (top)
labeled ×4renamed ×1unlabeled ×1

Fix Action

Fix / Workaround

Just upgrade to this version

Code Example

http_proxy = "http://127.0.0.1:7890"
https_proxy = "http://127.0.0.1:7890"
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.422.21637 (2056)

What subscription do you have?

Pro

What platform is your computer?

Darwin 24.6.0 arm64 arm

What issue are you seeing?

Codex App failed to use the proxy setting inside the .env file (directory which auth.json sqlite in)

What steps can reproduce the bug?

Just upgrade to this version

What is the expected behavior?

Codex Will read .env and use ths proxy setting inside it

Additional information

inside .env

http_proxy = "http://127.0.0.1:7890"
https_proxy = "http://127.0.0.1:7890"

.env path ~/.codex

extent analysis

TL;DR

The issue may be resolved by ensuring the Codex App correctly reads the .env file and applies the proxy settings.

Guidance

  • Verify that the .env file is in the correct location (~/.codex) and has the correct permissions.
  • Check if the http_proxy and https_proxy variables are being set correctly in the environment where the Codex App is running.
  • Confirm that the Codex App is configured to read the .env file and apply the proxy settings.
  • Test the proxy settings by using a tool like curl to see if the proxy is being used correctly.

Example

No code snippet is provided as it's not clearly supported by the issue.

Notes

The issue may be specific to the version of the Codex App (26.422.21637) or the platform (Darwin 24.6.0 arm64 arm).

Recommendation

Apply workaround: Check the Codex App documentation to see if there are any specific requirements for using a proxy with the app, and try setting the proxy environment variables manually to see if that resolves the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Support .env proxy conf [1 participants]