Determine which cipher-suites been used by the HTTPS-Console service
search cancel

Determine which cipher-suites been used by the HTTPS-Console service

book

Article ID: 165654

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

The following CLI command displays the cipher-suites used by the HTTPS-Console service:

#config t
#(config)management-services
#(config management-services)edit HTTPS-Console
#(config HTTPS-Console)attribute cipher-suite

Cipher#  Use        Description        Strength
-------  ---  -----------------------  --------
      1  yes            AES128-SHA256      High
      2  yes            AES256-SHA256      High
      3  yes               AES128-SHA    Medium
      4  yes               AES256-SHA      High
      5  yes       DHE-RSA-AES128-SHA      High
      6  yes       DHE-RSA-AES256-SHA      High
      7  yes             DES-CBC3-SHA      High
      8  yes                  RC4-SHA    Medium
      9  yes                  RC4-MD5    Medium
     10  yes              DES-CBC-SHA       Low
     11  yes          EXP-DES-CBC-SHA    Export
     12  yes              EXP-RC4-MD5    Export
     13  yes          EXP-RC2-CBC-MD5    Export

By default, the ProxySG appliance uses all the cipher-suites.