To disable SSLv3 on Reporter 9.5.x, perform the following steps:
- Stop Reporter Service.
- Open Reporter Preference.cfg file, which is located in the \Blue Coat Reporter 9\Settings\ directory (by default), for edit.
- Modify the ssl-v3 options to change the 8082 listener to false.
protocols = {
http = {
ssl = {
ssl_v2 = "false"
ssl_v3 = "false"
tls_v1 = "true"
mode = "enable"
use_default_cert = "true"
cert_file = ""
key_file = ""
port = "8082"
password = "0a94add0d5cae307f0fae"
tls_v1_1 = "false"
tls_v1_2 = "false"
} # ssl
ip = "0.0.0.0"
port = "8081"
} # http
- Re-start the Reporter service.