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 ?
I need two types of connections to a server only available through a VPN:
Is there a way to handle that on Platform.sh ?
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.