You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
chatGPT is not working through proxy when performing SSL Inspection. Works fine without SSL Inspection.
With SSL Inspection enabled, OpenAI is sending a 403 Forbidden error (verified in browser HAR file).
Anyone aware of OpenAI restricting chatGPT functionality based on user source IP Address? Or why Proxy with SSL Inspection would not be allowed?
The text was updated successfully, but these errors were encountered:
Following is the exception I get in Titanium web proxy.
"A client is making HTTP request via external proxy to one of the listening ports of this proxy chat.openai.com:443"
Since the proxy lib is passing all the headers and body of https request as it is. How if the server able to identify its coming via a proxy?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
chatGPT is not working through proxy when performing SSL Inspection. Works fine without SSL Inspection.
With SSL Inspection enabled, OpenAI is sending a 403 Forbidden error (verified in browser HAR file).
Anyone aware of OpenAI restricting chatGPT functionality based on user source IP Address? Or why Proxy with SSL Inspection would not be allowed?
The text was updated successfully, but these errors were encountered: