Hi Arun
You mentioned, “Rabbitmq works well with TLSv1.3 and RSA certificates”. https://www.rabbitmq.com/ssl.html#enabling-tls describes how to specify the certificate information that RabbitMQ TLS will use. I believe that ciphers that use RSA certificates and ciphers that use ECC certificates use different certificates. From my reading of https://www.rabbitmq.com/ssl.html#enabling-tls, it seems that only one certificate ‘type’ (RSA or ECC, in your case) can be specified at a time. This would mean that you could use RSA-type ciphers or ECC-type ciphers, but not both at the same time.
But I’d be happy for others to point out that I’m wrong!
Thanks
tl
From: rabbitm...@googlegroups.com <rabbitm...@googlegroups.com>
On Behalf Of Arun Kumar
Sent: Tuesday, October 25, 2022 2:00 AM
To: rabbitmq-users
Subject: [rabbitmq-users] TLS1.3 with ECC certificate fails with "CertificateVerify uses unsupported signature algorithm"
[EXTERNAL EMAIL]
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/afcfe11c-9630-49ad-865b-70e3c2561971n%40googlegroups.com [groups.google.com].
Internal Use - Confidential
Hi Luke,
Hi Luke,