Results 177 comments of Soner Tari

Can you disable (comment out) the call to the function bufferevent_openssl_set_allow_dirty_shutdown() in pxy_conn_autossl_peek_and_upgrade() in the file pxyconn.c, and then recompile and try if it is going to crash still? That...

Can you try the [underlying-bevs-issue#303](https://github.com/droe/sslsplit/tree/underlying-bevs-issue%23303) branch and report back please? It has a couple of fixes for autossl at least. Otherwise, enabling the DEBUG_PROXY switch in GNUmakefile can probably give...

Unfortunately, those debug logs do not help either (I guess you have started sslsplit with the -D option, right?). The debug logs in sslsplit are not verbose. So the other...

Btw, I don't know your xnu version, but another possibility is that this may be about the header files under xnu. Please see the xnu folder in the sources.

If this issue is on macOS Mojave 10.14.6 (which is the system the OP was using), can you please try the [xnu-4903.270.47](https://github.com/droe/sslsplit/tree/xnu-4903.270.47) branch? Since I don't have a macOS machine,...

I guess you already know that sslsplit opens a new connection to the server, so the server receives packets from the new source address, which is the external address of...

Sslsplit establishes a new connection with the server. There is no address translation in sslsplit. And I have no idea how sslsplit can use the client address to connect to...

You apparently have a very special network configuration. Underneath sslsplit is libevent. I don't think libevent can spoof IP addresses. So, in the end, the answer is that sslsplit does...

Please read the paragraph in the sslsplit(1) man page starting with `SSLsplit does not automagically redirect any network traffic.`, where it explains how to redirect the traffic to sslsplit. Firefox...

@Jmmx1237, please do your homework before posting anything. This is a general advice given to all newbies. You are welcome to send private e-mails to me. @trifle, I think that...