Does memsql support tls based connections?

I’m trying to secure memsql connection through ssl. Does memsql support one-way authentication or is it necessary to have a 2-way authentication?

Can you clarify what your question is? The SSL authentication is one-way, the client verifies the server. The server verifies the client via their login information.

Thanks Jack, it clarifies my doubt. My question was whether memsql mandates the client authentication as well.