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...
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_SSL...
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 -Dw...