amiq96

Results 10 comments of amiq96

sslproxy args used: `./src/sslproxy -D4 -n -p /var/run/sslproxy.pid -j /tmp/sslproxy -k /etc/ssl-certs/private/default-ca.key -c /etc/ssl-certs/cadir/default-ca.crt https 0.0.0.0 18443 http 0.0.0.0 18442 autossl 0.0.0.0 18444 -e tproxy -o VerifyPeer=no` -D4 output ```...

Yes.even autossl proxy arg is not decrypting traffic. Nor is it allowing the mail to be sent. Same has been the case with args `ssl` `smtp` and `smtps`

That's the thing, I supplied the arg `-D4` to sslproxy, and those are the only logs I got. Apart from the general output to stdout when sslproxy starts, which is...

I may have misunderstood you. Is passing smtp or smtps as args to sslproxy different than enabling them in the proxyspecs file? My current understanding is I can either do...

> Can you make sure your test machine SSLproxy is running on has Internet connection Yes, ping is working > that SSLproxy can resolve names during tests, and report back...

> I think the errors in the debug output you have posted are usually caused if you don't install on your browser (or whatever program you use) the CA cert...

> You can disable cert verification by the VerifyPeer option, for example by passing -o VerifyPeer=no to SSLproxy. I am getting PR_CONNECT_RESET_ERROR in firefox while using sslproxy. With sslsplit, firefox...

> Can you enable IPv6 and try again please? Yes, I assigned an IPv6 address, and no failures now. Although running `make test` gives: ``` ./sslproxy.test Running suite(s): main opts...

DEBUG_PROXY feature enabled. Running with -D4 gave: Lines like: `protossl_conn_connect: 1495L` are some print statements I added while reading code ``` Starting main event loop. [FINEST] proxy_listener_acceptcb: ENTER, fd=42 [FINEST]...