"Address 127.0.0.1 resolved to 127.0.0.1, which is forbidden" Why it's coming whenever I try to connect my local database?

Hi Ajay, The “127…” address is a local address that is not accessible to the internet. Tulip is trying to access that address from the cloud server, so access is forbidden.

You would need to have a SQL server available to access by the Tulip on the internet. ( typically, the SQL server would be behind a firewall that would only allow known IPS access from see Tulip IP addresses )
OR
use a on-prem connector host from Tulip.

This “Tulip Platform Components” is a good reference.

1 Like

Thank you so much for your response. This solution helps me.