{question}
Why am I seeing the following error when attempting to connect to SingleStoreDB Cloud using SSL CA verification over an AWS PrivateLink or other cloud provider Private Connection?
Peer certificate CN=`*.aws-oregon-4.svc.singlestore.com' did not match expected CN=`vpce-0es834os-dfksl2.vpce-svc-af43h79sk1.us-west-2.vpce.amazonaws.com'
{question}
{answer}
Unfortunately, SingleStoreDB Cloud does not support certificate verification when connecting over a Private Connection.
Most SQL clients, however, will attempt to use SSL encryption by default without CA verification. You can verify that your connection to the SingleStoreDB Cloud server is SSL encrypted by issuing the status;
command to verify that an SSL cipher is in use.
For example:
Additionally, all communication sent over a Private Connection will be contained within the Cloud Service Provider's private network.
Reference:
Connect with Private Services and Network
{answer}