SSL error #2471
-
Hm, my ASF stopped working. It's running on a pretty old Ubuntu distro but I've never had problems so far. I assume some SSL stuff got outdated or something. Anybody have any idea what to update to get this to work?
EDIT: must be related to the .net update, using V5.1.5.3 makes it work again. But seeing how Ubuntu 14.04.6 LTS is EOL I assume trying to figure out what is going wrong is not something you are interested in.,.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You likely need Yes, supported OSes directly come from .NET team and you can't realistically expect from anybody to make newest runtime compatible with almost 8 years old OS. If you can't upgrade, you're either forced to use old ASF version, or manually obtain a working .NET 6.0 runtime and then run ASF's generic variant. I recommend an upgrade ASAP, as running obsolete software is a direct security threat. Not just ASF, but also, or even mainly, your other vital system components. |
Beta Was this translation helpful? Give feedback.
You likely need
libssl1.1
which is not available on that old version of Ubuntu. Some of the hacking around pulling just that and its dependencies from newer Ubuntu repo could make it work without a full upgrade, but I didn't test it and I don't support it either, not to mention that it's a recipe for blowing up your other stuff hosted there, even if it makes ASF work.Yes, supported OSes directly come from .NET team and you can't realistically expect from anybody to make newest runtime compatible with almost 8 years old OS. If you can't upgrade, you're either forced to use old ASF version, or manually obtain a working .NET 6.0 runtime and then run ASF's generic variant.
I recommend an upg…