Symptom
The client can not connect to the database throwing an exception similar to:Diagnosis
The server is TLS enabled but your connection (client) is not.Solution
Check your connection parameters and ensure you enable TLS. If you are using a Redis URL then it should start withrediss://.
You can copy the correct connection string from the Connect section
(TCP tab) on your database page in the Upstash Console.