Want more timely Centmin Mod News Updates?
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,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    2:09 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

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:09 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    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,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    2:09 PM
    Mainline
    10.2
    Your are really great :)
    Thanks!