Retool have adjusted the connection string to the retool database and I am now getting the following error when connecting through my windows ODBC connector -
Endpoint ID is not specified. Either please upgrade the postgres client library (libpq) for SNI support or pass the endpoint ID (first part of the domain name) as a parameter: '?options=endpoint%3D'
This is my connection string, password hidden for this.
postgresql://retool:xxxxxxxxxx@ep-polished-truth-34291300.us-west-2.retooldb.com/retool?sslmode=require
Server = ep-polished-truth-34291300.us-west-2.retooldb.com
Database = Production
User Name = Production
SSL MODE = Required
Post = 5432
Password = xxxxxxxxx
I dont understand what needs to be done to the above to fix the error highlighted "pass the endpoint ID (first part of the domain name) as a parameter: '?options=endpoint%3D'*"
I have tried adjusting the server to the following and still get an error, I never had any issues in the past until retool migrated our database.
Any help would be much appreciated
Thanks