tlsproxy icon indicating copy to clipboard operation
tlsproxy copied to clipboard

A TLS proxy, Reverse proxy, and Web server that uses Let's Encrypt automatically.

Results 5 tlsproxy issues
Sort by recently updated
recently updated
newest added

* Update go dependencies: * upgraded github.com/beevik/etree v1.3.0 => v1.4.0 * upgraded github.com/google/pprof v0.0.0-20240507183855-6f11f98ebb1c => v0.0.0-20240509144519-723abb6459b7 * Update go dependencies in examples/backend: * upgraded github.com/c2FmZQ/tlsproxy v0.8.0 => v0.8.1 * upgraded...

I would propose a config parameter to limit the log entries e.g. to error/warnings. Otherwise, with each request logged, the docker log might grow indefinitely.

quicpassthrough is similar to tlspassthrough, listening for quic connections on the same port and sending to different backends based on the quic sni(or server_name) Do you think this is a...

### Description Add a minimal cookie banner. We don't set any non-essential cookies. ### Type of change * [x] New feature * [ ] Feature improvement * [ ] Bug...

quic-go v0.53 changed its API significantly: https://github.com/quic-go/quic-go/releases/tag/v0.53.0 At first glance, it will break a lot of TLSPROXY functionality. Among other things, the instrumentation for ingress/egress metrics (and everything that depends...

partly resolved