tls termination possible?
Open
- Dominant language
- Rust
- Stars
- 62
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I have the following structure:
```
haproxy -> backend node -> http-mitm-proxy
```
Ideally, I need to read response and headers both on http-mitm-proxy backend node and inside haproxy.
For now, I can do this only on http-mitm-proxy side, but not on haproxy. I tried tls termination on haproxy side, but the problem was with tls handshake to backend server (mitm proxy).
So probably it's possible on http-mitm-proxy side to drop tls and return pure http?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.