Drew - 2017-08-10

Just did a big update of my ARMv7 device to sstp-client 1.0.11 and openssl 1.1. This created an issues as sstp-client failed to connect due to "Unrecoverable socket error, 1". I was essentiall getting the same output as here: https://sourceforge.net/p/sstp-client/discussion/1499217/thread/da690930/

After a bit of debugging I was able to pull out the error was: SSL_ERROR_SSL when trying to write to the socket.

I'm not familiar with how to debug any futher, but after some work was able to get 1.0.9 working after compiling against openssl 1.0. Not sure which change fixed it, but I figured I would post for anyone stuck in the same position.