Altair® Panopticon

 

No Appropriate Protocol Error When Publishing Splunk Data on Panopticon Real Time

The Altair log written into Panopticon Real Time log can report errors similar to the following:

Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

This is caused by having the SSLv3 disabled by default in the updated versions of JDK.

Steps:

1.    Open the /lib/security/java.security file.

2.     Comment the following line:

#jdk.tls.disabledAlgorithms=SSLv3

3.     Save the updated file.