Soner Tari
Soner Tari
Yes, you don't need smtps, ssl proxyspec is expected to work on 465 too. But smtps proxyspec validates the smtp protocol used on those connections, which can be used to...
I've heard that adblock filter lists cannot completely block Youtube ads anymore, but I don't know the details. Can you explain what Youtube is doing now, or point me to...
Thanks for the link.
Finally merged to develop. Thanks @piolug93.
Can you make sure your test machine SSLproxy is running on has Internet connection, that SSLproxy can resolve names during tests, and report back please?
My current theory is that your machine does not have IPv6, for some reason. Can you check if it has an IPv6 address please? (I have never run those tests...
> I pass these same certificates to sslsplit, and it runs fine. OK, I think those errors are due to cert verification, not CA cert. SSLproxy verifies certificates by default,...
I need debug logs for PR_CONNECT_RESET_ERROR, -D4 would be better, but you should rebuild with DEBUG_PROXY for that, and perhaps with other switches, see main.mk. You need [testproxy](https://github.com/sonertari/TestProxy) for e2e...
You did not provide the command line you start sslproxy with, but looking at the debug logs I think you did not pass the `-n` option to sslproxy. If you...
You don't mention any listening program in your report. So I think you need two things: 1. Redirect https traffic to port 10443, which I hope/assume you already do 2....