Welcome to Centmin Mod Community
Register Now

SSL How to list all ciphers available?

Discussion in 'Centmin Mod Insights' started by rdan, May 19, 2015.

  1. rdan

    rdan Well-Known Member

    5,419
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    4:30 PM
    Mainline
    10.2
    This for the system openssl.
    But how to view those that on the custom openssl we have compiled with Nginx?

    Thanks!

     
  2. eva2000

    eva2000 Administrator Staff Member

    50,478
    11,663
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,088
    Local Time:
    6:30 PM
    Nginx 1.25.x
    MariaDB 10.x
    Depends on openssl version you compile against Nginx i.e. if it's located at /svr-setup/openssl-1.0.2a then
    Code:
    /svr-setup/openssl-1.0.2a/.openssl/bin/openssl ciphers -v
     
  3. rdan

    rdan Well-Known Member

    5,419
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    4:30 PM
    Mainline
    10.2
    Your are really great :)
    Thanks!