Closed cherpake closed 5 months ago
WinSparkle uses Windows' networking stack, which does support modern TLS versions. You're probably deploying to some ancient Windows versions.
See e.g. https://stackoverflow.com/questions/26576336/how-to-enforce-tls-1-x-using-wininet (and docs linked from there).
Earliest version my app will run on is Windows 7 - which should have TLS1.2 support.
Earliest version my app will run on is Windows 7 - which should have TLS1.2 support.
I don't know what to tell you. Again, WinSparkle uses WinInet. Its TLS stack is AFAIK not adjustable. It's something wrong with the machines you deploy to - old version, Windows stuck without updates, registry overrides of TLS versions etc. The low numbers above and two different TLS versions certainly suggest that.
If you think I'm wrong, that's certainly possible, but in that case please do submit a patch or at least provide reproducible bug report. You are in a position to debug your deployment further and figure it out; I'm not.
Closing as not reproducible.
Hi, I'm hosting my feed and update files on AWS. Amazon will require minimum version of TLS1.2 for all AWS regions. Is there way to upgrade the connection and use TLS1.2?