Closed kdawes closed 8 years ago
Wow, that formatting got all messed up. Here is a gist for sanity :
Looks like you are running against a different version of OpenSSL than you are compiling against:
compiled against OpenSSL 0.9.8zd 8 Jan 2015 (9081df)
rtlinked against OpenSSL 0.9.8zf 19 Mar 2015 (9081df)
This is most likely the cause of your crashes. Try to run against the same version of OpenSSL as you compile against before continuing to debug the problem if it persists.
Ah - rookie mistake! Cheers, and thanks for the assist.
Hi ,
I'm not sure if this is a setup issue on my part or if I hit a legit bug. Fairly standard setup I think - I have linux guest VM on virtual box. Host OS is Mac OS X, Yosemite and it acts as the gateway and runs ssl split :
On the guest, I point it to the host /gw with standard route commands
$ route add default gw blah blah blah
On the host, I setup forwarding with a pf.conf something like this :
---- I'm running sslsplit in lldb here so I can get a backtrace :