How to enable TLS 1.0?

A recent update broke an app that uses TLS 1.0. How can I enable it back? Fedora has something like this:
update-crypto-policies --set LEGACY
How can I do this on Manjaro?

TLS 1 is pretty outdated and should not be used.

Maybe your app needs a new update/version.

If your app is installed from the AUR, did you try to rebuild it?

1 Like

It’s a Java app that auto updates on every run, it uses TLS 1.0 and I can’t do anything about it.

I found a solution though, the fact that Manjaro keeps Java config in /etc confused me a little bit.

I followed these steps and it’s all good now. I hope the app will get updated soon and this workaround won’t be needed anymore.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.