transparent-proxy icon indicating copy to clipboard operation
transparent-proxy copied to clipboard

Results 9 transparent-proxy issues
Sort by recently updated
recently updated
newest added

Hey! Thanks for the great proxy server. The question arose as to the best way to do the decryption GZIP response? Thanks!

http requests work without problems, but https connections give an error I check in the firefox browser (SSL_ERROR_RX_RECORD_TOO_LONG error) If I set proxy without credentials - all connections works nice...

Hi there, [As per your request to create another issue](https://github.com/gr3p1p3/transparent-proxy/issues/36), here is the rawResponse buffer (in hex string format) of a concatenated rawResponse that does not decode from gzip and...

Hi, `curl -x 127.0.0.1:3128 https://ifconfig.me` Ran the example from the readme, verbatim, and it is throwing "curl: (35) LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version".

`complete` response definition was only done for Transfer-Encoding (TE) and I opened #40 about it. Fix ended like this: https://github.com/gr3p1p3/transparent-proxy/blob/b09dc4c16f9e4a64db6377247bf716eef57be4b5/core/Session.js#L212-L220 Covering both TE and CL cases. In the new HttpMirror...

Follow up on #41 I was testing this change and I was unable to get validation to work (certificate is always ignored). I've reproduced it with a simpler script ```javascript...

Not so much of an issue/feature but a request :) Could you please git tag when you do an npm release? It's not so easy to go through commit history...

Hi there, It would be great if support could be added for upstream SOCKS proxies.

Hello. Is there support for events, such as when a client connects or disconnects?