Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 06-02-2017 11:38 AM - edited on 09-05-2018 04:25 PM by Nina.Wolinsky
In the <EUM_HOME>/jre/lib/security/java.security
file, add TLSv1 and TLSv1.1 to the existing value of the property jdk.tls.disabledAlgorithms
. Then restart the EUM Server.
Example:
jdk.tls.disabledAlgorithms= SSLv2Hello, SSLv3, TLSv1, TLSv1.1
Note: There must be a space between the comma and next algorithm name.
Test the connectivity of the EUM Server using TLSv1 (tls1.0) with OpenSSL. The connectivity should fail with a "handshake failure" error.
Example:
openssl s_client -connect <eum_host>:<eum_port> -tls1
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form