Hi, I have a fedora33 install with icedtea-web-2.0.0-pre.2.alpha13.patched1.fc33.x86_64 and would like to use it to connect to an older SuperMicro IPMI system.
The problem is that it apparently only supports TLS1.0
Sat Mar 06 19:16:54 EST 2021 [DEBUG ] net.adoptopenjdk.icedteaweb.resources.initializer.BaseResourceInitializer: failed to determine best URL: java.lang.RuntimeException: All callables completed exceptionally: - javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12] - javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
I read that I could disable the minimum encryption allowed, but it references a file named java.security, which is part of java-1.8.0, not icedtea-web, so doesn't apply. Is there an equivalent file included with icedtea-web that I can adjust for this temporarily?
Or another javaws application I can use for this?