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

Advanced HTTP Library

Results 81 Python-Tls-Client issues
Sort by recently updated
recently updated
newest added
trafficstars

session.get("url", files=files)

Getting this error with custom TLS as a session failed to do request: Get "MY_URL_HERE": remote error: tls: illegal parameter didn't change nothing from the example

package.json: ``` { "dependencies": { .... "tls-client": "^0.0.5", } } ```` `npm -v` > 9.6.5 `node -v` > v16.17.1 I am on `macOS 10.13.6` I am trying to build project...

Raspberry-pi 4B+ is running under aarch64 arch. [This file](https://github.com/FlorianREGAZ/Python-Tls-Client/blob/master/tls_client/dependencies/tls-client-arm64.dylib) may not work, and there is no tutorial on how to compile hown arch, or even what you have compiled. ```...

If additional_ Decode=None, and add Accept Encoding="gzip, deflate, br" in the headers. The data returned after the request will not be correctly decoded by gzip, which only raises a problem....

There is this 1 specific site where I am trying to parse an csrf token. But I cant cause tls client is currently not decoding the requests right. How can...

when i use tls client in python classes it show error abort on mac only

1 failed to do request: Post "https://www.google.com/": read tcp 172.31.91.19:37197->66.42.62.167:22225: i/o timeout 2 502 Proxy Error: server_error Failed to establish connection with peer 3 context deadline exceeded (Client.Timeout exceeded while...

I use the following code: ``` session = tls_client.Session( client_identifier="chrome112", random_tls_extension_order=True ) response = session.get(url="https://192.168.111.30:18444/something") ``` then raise tls_client.exceptions.TLSClientExeption: failed to do request: Get "https://192.168.111.30:18444/something": x509: certificate signed by unknown...

### Env MacOS M1 chip Python3.9, using the `tls-client.dylib` ### Phenomenon 1. When I call the dylib.request method in single main process, everything works well. 2. But when I call...