Android Server: Client Certificate Verification

Thank you for adding SSL support to the Android server a while back! Would it be possible to add an option for client certificates to the GUI as well? I assume that the functionality is there already, but currently the server config.ini needs to be changed manually and the file isn't accessible on a non-rooted Android device.

#2

No for the time being i dont want to do this until more people need this. Its a bit change again and so i need to wait for more demand for it

#3

Fair enough. Since it may still be a while before there is enough demand to justify the effort on your end, there is a way to use client authentication with VH on Android: You can install stunnel via Termux and set it up to auto start with Termux-Boot (both free on F-Droid). Combined with the "termux-wake-lock" cmd this setup is pretty reliable and can be used for other services as well if need be.

#4

Thanks for the tip!