I have only tested this on macOS so the results may be different on other OSes.
Attempting to connect to a cluster that uses mTLS does not work at all. I have supplied the correct hostname, port and certificates but when I click Test Connection it just hangs and gives me no feedback. If the connection failed for any reason I would expect to see an error message but nothing appears, the spinner just stays until I manually cancel it.
Changing the "Validate files" switch does not appear to make any difference (what does this switch do anyway? is this enabling/disabling certificate verification? It needs a better name because nobody will know what it does!)
I can connect to this cluster successfully using openssl s_client and using cqlsh from the command line
I have only tested this on macOS so the results may be different on other OSes.
Attempting to connect to a cluster that uses mTLS does not work at all. I have supplied the correct hostname, port and certificates but when I click
Test Connection
it just hangs and gives me no feedback. If the connection failed for any reason I would expect to see an error message but nothing appears, the spinner just stays until I manually cancel it.Changing the "Validate files" switch does not appear to make any difference (what does this switch do anyway? is this enabling/disabling certificate verification? It needs a better name because nobody will know what it does!)
I can connect to this cluster successfully using
openssl s_client
and usingcqlsh
from the command line