We need to have be able to verify the cipher used by the Detection Appliance for internal compliance purpose or to obtain an exception for using the hardcoded cipher.
Release : 15.8, 16.0
You can use openssl or nmap to connect to the appliance port (8110/tcp) to determine the cipher.
Any of these will work:
nmap -Pn --script ssl-enum-ciphers -p 8110 appliance_IP
openssl s_client -connect appliance_IP:8110 </dev/null
Replace appliance_IP with the IP of the appliance.