Does DX-APM SaaS platform and/or cloud proxy processes provide any way to restrict ciphers used for SSL connections?
We only permit TLS 1.2
Release : SAAS
Configure all cloud proxies with following in conf/application.yml:
$ grep -i tls config/application.yml
# apm.server.secureProtocols: SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2
apm.server.secureProtocols: TLSv1.2