Soner Tari

Results 220 comments of Soner Tari

If you can develop a listening program, then sslproxy can divert the decrypted packets to it. The first packet will contain the SSLproxy line which will include the source and...

This might as well be a bug in sslproxy. But we close the file descriptors of the original protocol in protopassthrough_engage(). And the fds of the passthrough connection is closed...

For very verbose debug logs, including such block logs, you should enable the DEBUG_PROXY switch in Mk.main.mk, recompile, and start sslproxy with the `-D4` option.

They are in the logs you have posted, search for "Applying deferred block action".

I guess it's not difficult, but I should think about it in detail.

Can you enable the DEBUG_PROXY (and perhaps also DEBUG_OPTS) feature switch(es) in Mk/make.mk, build sslproxy again, and then start sslproxy with the `-D4` option to obtain verbose debug logs? The...

Now I have noticed that you are trying to use an autossl proxyspec with HTTP. In SSLproxy, the use case for autossl is STARTTLS with SMTP and POP3 servers. I...

I notice the following in your first post: > 192.168.178.78 (Linux Mint Laptop) 10.24.0.1 (PfSense FW [with NAT Rule triggering on source 192.168.178.78 and destination port 443 redirecting to SSLProxy...

I think the issue is really with networking and pf rules on pfSense. Because see the following log: >Connecting to [10.24.0.28]:443 Sslproxy is telling us that it thinks that 10.24.0.28...