Hi,
How do I add additional ciphers for TLS connections?
Currently it seems the SBC sends only 1.
Cipher Suite: TLS_RSA_WITH_AES_128_GCM_SHA256 (0x009c)
I need to get at least
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_256_CBC_SHA256
How do I add these?
Cheers.