-
## Description
In the file `utils.py`, the `WebPageHelper` class disables SSL verification when making HTTP requests:
```python
self.httpx_client = httpx.Client(verify=False)
```
This is a si…
rmcc3 updated
3 months ago
-
### Tell us about your idea!
Provide a health signal when connectivity is blocked by a TLS MITM self-signed certificate
### What are you trying to do?
We have had a few instances where connectivity…
-
Hi! I get code from https://github.com/elazarl/goproxy/blob/0581fc3aee2d07555835bed1a876aca196a4a511/examples/cascadeproxy/main.go
and add Mitm handler to `middleProxy`
```go
middleProxy.OnRequ…
-
Hey, thanks for this repo! It's been really useful for stubbing out some JS files with local versions without having to do tons of data setup
Right now I'm doing something like the following to stu…
-
**Repro: https://github.com/dylantack/mitm_err_internal_assertion**
* **Version**: v12.6.0, also v10.16.0
* **Platform**: Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.…
-
Dear @naqvis,
Can you add the support of RFC 9266: Channel Bindings for TLS 1.3?
- https://datatracker.ietf.org/doc/html/rfc9266
Little details, to know easily:
- tls-unique for TLS =< 1.2
-…
-
Hi Grails Team,
This is a follow up to my article I published back in June of this year.
[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292be…
-
Hi,
I've managed to set up BLeak and added the mitm CA to my system. However, the wss connection to a third party system is failing with code 502. I suspect that the third party server is rejectin…
-
Currently proxy will modify requests and responses when running in tunneling mode with MITM. This causes problems when server sends `Connection: close` header, proxy closes both client-to-proxy and pr…
-
Is it possible to make a MitM proxy, or use `hookAllWebRTC`, so that all WebRTC connections use TURN server?