Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HerokuでホストされるRuby/RoRでアプリケーションを作成しています。
その要件の1つは、Sonicwall VPNの背後にある(Active Directory)認証サーバーに接続することです。
このサーバーにアクセスするためにRubyを使用してこのVPN認証を確立するにはどうすればよいですか?
Heroku は、Linux 環境を使用してデプロイを管理する EC2 上に構築された単なるサービスです。root アクセス権がないため、任意の TCP プロトコルを使用して任意のサービスに接続できます。ただし、リッスンできるのは HTTP 接続のみです。残念ながら、これは VPN と SSH トンネルの設定を除外します。これは Amazon EC2 で実行できます。