Skip to content

SSL/TLS Error for queries #6

@arberrexhepi

Description

@arberrexhepi

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions