There are two cipher calls setting openssl, old and new (this is in the
code):
SSL_CTX_set_cipher_list (old)
SSL_CTX_set_ciphersuites (new)
Settings in the config file respectively are these:
tls-cipher-list=xxxxxx
tls-ciphersuites=xxxxxx
Since I set them by default automatically now there is no need to set
them anymore, unless one REALLY wants to.
On 5/7/2024 11:05 AM, Philip Nix Guru wrote:
Hello
removing
tls-cipher-list=TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
from spamdyke.conf maybe ?
On 5/7/24 18:37, Remo Mattei wrote:
I had the same issue I will send you the change you need to apply.
Inviato da iPhone
Il giorno 7 mag 2024, alle ore 09:33, Philip Nix Guru
<phi...@ows.ch> ha scritto:
Hello
with the last update
I am getting a lot of those errors :
spamdyke[3336556]: ERROR(tls_init_inner()@tls.c:299): unable to set
SSL/TLS cipher list:
TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:
Operation failed but no error was reported by the SSL/TLS library,
error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match
just for the info