0
Overview
In this post we’re going to talk about how to run the amazing stunnel program on your Android device, and do so properly!
Later, this would allow us to setup a lot of cool things like:
For this, we’re not going to use the old and very limited SSLDroid. It’s a bad idea, I don’t know why different sites still keep pushing it. It almost certainly has unpatched vulnerabilities. Please don’t use it.
Instead, we are going to use the official stunnel program, with the help of a proper wrapper.
stunnel Android binary
stunnel already supports Android devices and even the compiled version of it is available in it’s download page.
This file is compiled for ARM architecture. Even though most Android devices run on ARM, this is particularly important to note for those devices that are not (e.g,
Android-x86).
Since we’ll be using the compiled binary, you may need to compile stunnel yourself for your specific Android architecture before continuing. Chances are though, that your device is running on ARM and you are ready Continue reading