<div dir="ltr"><div>I think that problem is that the bundled ssl library is the wrong one.</div><div>We are bundling 1.0, but we need to be bundling 1.1 or newer<br></div><div><br></div><div>A temporary workaround (for anyone who hits the issue)<br></div><div>cd ~<br></div><div>git clone <a href="https://github.com/openssl/openssl">https://github.com/openssl/openssl</a></div><div>cd openssl && ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib </div><div>make<br></div><div><br></div><div>then run subusrface with<br></div><div>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/openssl/ ./Subsurface-4.9.3-x86_64.AppImage</div><div><br></div><div>Note that I do not perform the install step, so the library is just in the users home folder.<br></div><div><br></div><div>I will raise this as an issue and include this info as well.</div><div><br></div><div>Paul<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 11, 2019 at 12:10 PM Dirk Hohndel <<a href="mailto:dirk@hohndel.org">dirk@hohndel.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Sep 11, 2019 at 11:56:02AM +0100, Paul Buxton wrote:<br>
> So the Ubuntu 16 SSL 1.0.0 issue is still there with the Appimage..<br>
<br>
Correct - I couldn't figure out how to make it work without unpacking the<br>
AppImage and forcing it to use the bundled SSL library.<br>
<br>
If you have ideas how to fix the problem, I'm all ears.<br>
<br>
/D<br>
</blockquote></div>