IsabellaaaBianchi

Results 2 issues of IsabellaaaBianchi

I have a simple Go code running on DivertPort 45502. I am trying to dump incoming requests. However, no matter what I do in the Proto part, I can only...

``` CACert /etc/web.crt CAKey /etc/web.key PidFile /var/run/proxy.pid ProxySpec { Proto https Addr 0.0.0.0 Port 45501 DivertPort 45502 DivertAddr 127.0.0.1 } ``` I have a simple Go code running on DivertPort...