Join the community today
Become a Member

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,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    10:52 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

    55,811
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    12:52 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    10:52 PM
    Mainline
    10.2
    Your are really great :)
    Thanks!