Using execute parameterized sql query to pull data from server with VPN

0
I am trying to pull data from our MySQL server into my mendix app, but the problem is outside of mendix when trying to connect to the server with a MySQL server managment tool, I need to use a vpn before I connect. Will this effect the way you would normally pull server data with the execute parameterized sql query action in mendix? If so how? and how can I go about doing it? Thank you for your time, hopefull this is explain well enough to understand. 
asked
1 answers
0

VPN is not supported in the Mendix cloud. If you are deploying on premises or in a VPC you should be able to configure the VPN at server level. In that case, calling the SQL query in Mendix would not be different, apart from a different endpoint.

Please see https://docs.mendix.com/developerportal/deploy/securing-outgoing-connections-from-your-application/ for alternate options regarding outgoing connections.

answered