Open mohammad-aburadeh opened 1 year ago
Hi @adejanovski
Is there a plan to fix this?
Regards Mohammad
Hi @mohammad-aburadeh, SSL requires each party to have a certificate, that's just how public key encryption works unfortunately.
If you have host verification turned off, perhaps you can create a self signed certificate and use that?
Project board link
Hi,
We have production Cassandra clusters where SSL (client_encryption_options) is enabled with no validation is required (require_client_auth: false).
But medusa does not support enabling SSL without cert file.
The current connection code in medusa is:
`
`
As you see in the above code, SSL is enabled if the "certfile" is provided. But in our case SSL validation is not enabled. We need a way to connect to the cluster without a certfile.
Simply the code should be like this:
`
`
Could you please help to support this in medusa ??
Regards Mohammad
┆Issue is synchronized with this Jira Story by Unito ┆Issue Number: MED-30