Can't connect with SSL in Windows 10 Ubuntu layer
Brought to you by:
kenkeys
On Windows 10, running bash in the Canonical Ubuntu layer, I installed TinyFigure via "apt-get install tf5". It works properly unless I try to connect to a server via SSL, in which case it gives me an SSL_ERROR_ZERO_RETURN.
For example, if I run "tf -ln" and then enter:
/connect -x 74.207.243.108 8899
it tells me:
% Trying to connect to (unnamed1): 74.207.243.108 8899.
% Connection to (unnamed1) failed: SSL: SSL_ERROR_ZERO_RETURN
This works under macOS. It's possible that I don't have some SSL library dependency installed, but I haven't been able to find any specific information about that.
This has been fixed by a newer version of the Windows Subsystem for Linux.