Search found 2 matches

by mark.s.spooner
Fri Apr 25, 2014 6:01 pm
Forum: Open Source Nagios Projects
Topic: Securing NRPE against weak SSL Ciphers
Replies: 8
Views: 7193

Re: Securing NRPE against weak SSL Ciphers

Tried changing the cipher_list.-- no joy.
Must be more complicated than that.
by mark.s.spooner
Fri Apr 25, 2014 11:14 am
Forum: Open Source Nagios Projects
Topic: Securing NRPE against weak SSL Ciphers
Replies: 8
Views: 7193

Re: Securing NRPE against weak SSL Ciphers

I have the same question for nrpe 2.13. Is it the set_cipher_list that needs to be changed? check_nrpe.c:SSL_CTX *ctx; check_nrpe.c: if((ctx=SSL_CTX_new(meth))==NULL){ check_nrpe.c: SSL_CTX_set_options(ctx,SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); check_nrpe.c: SSL_CTX_set_cipher_list(ctx,"ADH")...