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
06-26-2020 05:00 AM
Greetings,
I need to disable TLSv1.1 from our setup. I was able to follow the documentation about doing so for the Controller server. However, there seem to be no reference for the reporting service.
I need your help to guide me on how to disable it.
FYI: both services are installed on the same host. So, if HTTPS is not needed to communicate with the Controller, I can go ahead and disable it from the reporting service.
Solved! Go to Solution.
06-27-2020 03:12 PM
Hello ,
It can be closed via load balancer(F5).
Tls I closed it this way. If this method is not preferred, it can be closed with java configuration.
java.security file, add TLSv1 and TLSv1.1 to the existing value of the property jdk.tls.disabledAlgorithms "jdk.tls.disabledAlgorithms = SSLv2Hello, SSLv3, TLSv1, TLSv1.1"
You should check application access when closed via java
06-27-2020 09:36 PM
Haluk,
The load balancer is not an option, because security scanning is done inside the server.
As for JAVA option, which script calls the startup of the reporting server, so I can add this portion.
We previously have done the below for WebLogic
-Dweblogic.security.SSL.protocolVersion=TLS1.2 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2
06-27-2020 11:49 PM
I have just fixed it. Here is how
CD into {app_dyn_installation_folder}/Controller/reporting_service/reports/lib/server/
Add the blue text to server.js and ReportServer.js as follows:
secureOptions: constants.SSL_OP_NO_SSLv3 | constants.SSL_OP_NO_SSLv2 | constants.SSL_OP_NO_TLSv1 | constants.SSL_OP_NO_TLSv1_1 ,
06-29-2020 03:56 AM
Yes, it can be done in this way, but different problems do not occur? If it happens, I would like you to share it.
I also faced problems that I closed in java before. Controller was resolved after the upgrade.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form