Forum Discussion

sjd's avatar
sjd
Icon for Nimbostratus rankNimbostratus
Feb 08, 2019

Proxy SSL ciphers supported in v13.1

Hi, is their a definitive list of supported ciphers for Proxy SSL

 

4 Replies

  • wlopez's avatar
    wlopez
    Icon for Cirrocumulus rankCirrocumulus

    Just go to the bash command line and do the following command:

     

    tmm --clientciphers 'whathever your Ciphers value is on the client ssl profile used on the virtual server' tmm --serverciphers 'whathever your Ciphers value is on the server ssl profile used on the virtual server'

     

    Example: tmm --clientciphers 'DEFAULT'

     

    tmm --clientciphers 'DEFAULT:!DHE:!TLSv1'

     

    • sjd's avatar
      sjd
      Icon for Nimbostratus rankNimbostratus

      Hi, i have seen various articles saying the proxy ssl feature supports only RSA. Is that still the case ?

       

  • Just go to the bash command line and do the following command:

     

    tmm --clientciphers 'whathever your Ciphers value is on the client ssl profile used on the virtual server' tmm --serverciphers 'whathever your Ciphers value is on the server ssl profile used on the virtual server'

     

    Example: tmm --clientciphers 'DEFAULT'

     

    tmm --clientciphers 'DEFAULT:!DHE:!TLSv1'

     

    • sjd's avatar
      sjd
      Icon for Nimbostratus rankNimbostratus

      Hi, i have seen various articles saying the proxy ssl feature supports only RSA. Is that still the case ?