‘handleError : ’ ‘SSL/TLS required’ when connect to a custom database

Hi,

We use a custom postgreSQL database which is managed by Render.com. After setting up the custom scripts, we keep getting “handleError : ’ ‘SSL/TLS required’”. We don’t see any obvious errors in Auth0 logs.

Has anyone run into similar issues? Please advise how we can fix it.

We actually just fixed the issue, for people who run into something similar:

“SSL/TLS required” actually is Render’s error message.

Appending ?ssl=true to postgrel external url fixes the issue.