Files
codex-oauth-plus-onboarding…/skill/codex-oauth-plus-onboarding/references/openai-vietnam-phone-rejects-proxy1085-1083-2026-05-10.md

3.1 KiB

OpenAI Vietnam phone rejects under proxy 1085 and 1083 — 2026-05-10

Context:

  • Target: CPA / CLI Proxy API OAuth import.
  • Account email: chickliu.efxudmrg@claw.163.com.
  • ClawEmail external receive was enabled successfully (commLevel=2, extReceiveType=1, extSendType=0).
  • OpenAI email verification succeeded and the account reached https://auth.openai.com/add-phone.
  • 5sim product/service: openai; operator: any; country: vietnam only.
  • SMS-only policy: no WhatsApp receive.

Page automation lessons

  • OpenAI Auth React forms did not reliably accept plain JS input.value=...; CDP Input.insertText after focusing the field worked for email, password, email code, and phone fields.
  • A fresh ClawEmail sub-mailbox first landed on log-in/password; submitting CUSTOM_PASSWORD returned Incorrect email address or password, then clicking visible 注册 moved to create-account, after which account creation and email verification succeeded.
  • Email-code submit caused Inspected target navigated or closed; reattaching showed success (add-phone). Treat this CDP error as possibly-successful navigation before retrying.
  • mail-cli default profile pointed at the main mailbox and initially missed the OpenAI verification email. A temp config/profile with user=<exact sub-mailbox> found the code.

Phone results

Strict gate used before every buy/submit:

select.value = VN
visible country = 越南 (+84)

Proxy 1085

Tried 12 Vietnam activations total in this account/session:

1006941018  direct reject, canceled
1006941583  invalid phone, canceled
1006942314  reject/invalid, canceled
1006942389  reject/invalid, canceled
1006942456  reject/invalid, canceled
1006942527  reject/invalid, canceled
1006942608  reject/invalid, canceled
1006954123  reject/invalid, canceled
1006954195  reject/invalid, canceled
1006954269  reject/invalid, canceled
1006954350  reject/invalid, canceled
1006954418  reject/invalid, canceled

No SMS page, no SMS received. Last status check: 1006954418 was CANCELED, sms_count=0.

Proxy 1083

Proxy gate passed:

TCP OK
api.ipify.org HTTP 200
chatgpt.com HTTP 403

Relaunched Chrome with the same user-data-dir and --proxy-server=socks5://192.168.2.8:1083 on CDP 9226. The account stayed on add-phone, but country reset to US; rerun the Vietnam country gate after proxy/profile relaunch.

Tried 5 Vietnam activations:

1006956003  reject/invalid, canceled
1006956061  reject/invalid, canceled
1006956125  reject/invalid, canceled
1006956185  reject/invalid, canceled
1006956239  reject/invalid, canceled

No SMS page, no SMS received. Last status check: 1006956239 was CANCELED, sms_count=0.

Takeaways

  • Changing browser proxy from 1085 to 1083 did not improve Vietnam 5sim acceptance for this verified account.
  • Vietnam-only testing can burn many activations with immediate OpenAI rejection/invalid-phone outcomes; cancel them immediately.
  • For higher success probability, prefer the existing free-country scheduler (max N per country, total real activations budget) rather than Vietnam-only loops unless BOSS explicitly requests Vietnam-only.