I need to connect to a VPN endpoint. What are my options?
Guillaume Moigneu
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 ?
0
Comments
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.
Please sign in to leave a comment.