Replies: 2 comments 1 reply
-
I got past that by specifying the same proxy for both http and https, but now getting stuck at sending requests to OpenAI I'm generally inexperienced with proxies and certificates so any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
@Mazawrath Hi, this is because the certificate cannot verified using your proxy, normally you turn off verify=False, but currently Tls-Client does not support it directly. Although I have created a fork of it and I have lots of updates to push. In the meantime try a VPN? |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've been getting hardcore rate limited on my current IP address using PythonAnywhere, so I want to try out a proxy. When passing the proxy over to PyChatGPT I've been getting this error:
tls_client.exceptions.TLSClientExeption: failed to do request: Get "https://chat.openai.com/auth/login": x509: certificate signed by unknown authority
.What would be the way around this?
Beta Was this translation helpful? Give feedback.
All reactions