Python-Tls-Client icon indicating copy to clipboard operation
Python-Tls-Client copied to clipboard

raise TLSClientExeption(response_object["body"])

Open 77bw opened this issue 2 years ago • 2 comments
trafficstars

请求某个网站的时候会发生 ssl异常,有时候正常,有时候异常,请问我是哪里设置出现问题了吗。 tls_client.exceptions.TLSClientExeption: failed to do request: Post "https://chat.openai.com/backend-api/conversation": TLS_GREASE (0x7A7A) is not a valid supportedSignatureAlgorithm。

tls_client.exceptions.TLSClientExeption: failed to do request: Post "https://chat.openai.com/backend-api/conversation": TLS_GREASE (0x7A7A) is not a valid supportedSignatureAlgorithm

77bw avatar Jul 06 '23 10:07 77bw

i get same error when response is long

    raise TLSClientExeption(response_object["body"])
tls_client.exceptions.TLSClientExeption: net/http: request canceled (Client.Timeout or context cancellation while reading body)

3mora2 avatar Oct 09 '23 09:10 3mora2

I have encountered the same error as the timeout for reading the long content body. What needs to be solved?

jjhesk avatar Apr 11 '24 09:04 jjhesk