UniExtract2
UniExtract2 copied to clipboard
Update not working on old Windows
On Windows 7/8 and maybe early Windows 10 build, the update and other online features are not working
The update server https://update.bioruebe.com/
is configured to be TLS 1.3 only. Chrome/Firefox has it's own TLS implementation so not an issue however UniExtract use INetGet(and thus Windows default WinHttp) which has very limited TLS 1.3 support so it fails on old Windows.
Please consider re-configure the server with TLS 1.2 enabled, or better, use libcurl instead.
Thanks.