-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Edit: I should add, great work with this server, very insightful, well done!
Original:
The error message FATAL: SSL/TLS required (SQLSTATE 28000) is coming from the PostgreSQL server itself, rejecting a non-SSL connection attempt.
What needs to be fixed:
The render_query_render_postgres tool in your MCP Burst server needs to ensure that when it makes requests to the Render API endpoint for database queries, it either:
Passes SSL/TLS parameters in the API request (if the Render API supports it)
The Render API backend needs to be configured to always use SSL when connecting to PostgreSQL
This is likely a limitation or bug in how the Render API's query endpoint connects to databases.
Or am I doing this wrong..?
Metadata
Metadata
Assignees
Labels
No labels