I need to connect to a VPN endpoint. What are my options?

I need two types of connections to a server only available through a VPN:

  • One is a real-time http call
  • The other is a cron every night that uploads a file to a FTP server.

Is there a way to handle that on Platform.sh ?

1 Like

Platform.sh does not support VPNs for outgoing requests.

If you need to issue outbound requests securely, we recommend using an SSH tunnel or HTTPS connection.

1 Like