Re: [OpenSIPS-Users] Can't set TLS ciphers_list to NULL

2023-10-03 Thread L S
Thanks Razvan. I have a similar set of ciphers, I will try one of the variants. I misinterpreted NULL in that context - I didn't think of it as the name of a cipher - more like a generic value that tells Opensips/wolfssl not to encrypt (for debugging). Matt On Mon, Oct 2, 2023, 5:36 AM Răzvan Cra

Re: [OpenSIPS-Users] Can't set TLS ciphers_list to NULL

2023-10-02 Thread Johan De Clercq
I find it strange to start with the null suite. What version of this is this? On Mon, 2 Oct 2023, 11:36 Răzvan Crainea, wrote: > Hi, Matt! > > Are you sure that wolfssl supports the NULL cipher list? You can see all > the available ciphers when OpenSIPS starts. For example, my setup has > the fo

Re: [OpenSIPS-Users] Can't set TLS ciphers_list to NULL

2023-10-02 Thread Răzvan Crainea
Hi, Matt! Are you sure that wolfssl supports the NULL cipher list? You can see all the available ciphers when OpenSIPS starts. For example, my setup has the following ciphers: ``` Oct 2 09:56:43 [207525] INFO:tls_wolfssl:_wolfssl_show_ciphers: Ciphers: TLS13-AES128-GCM-SHA256:TLS13-AES256-

[OpenSIPS-Users] Can't set TLS ciphers_list to NULL

2023-09-30 Thread L S
Wolfssl gives an error and Opensips doesn't start when trying to set the ciphers_list to NULL for a client domain in 3.2.13. modparam("tls_mgm", "ciphers_list", "[testclient]NULL") ERROR:tls_wolfssl:_wolfssl_init_tls_dom: failure to set SSL context cipher list 'NULL' Any suggestions? Thanks, Ma