2016-08-22 12 views
1

Secure Gatewayクライアントでプロキシ設定を有効にする方法を教えてください。クライアントは、インストールにバンドルされているnpmを使用します。プロキシ設定をnpm設定として渡すことができません。私はシステムパラメータとしてhttp_proxyを設定しようとしましたが、使用されていないようです。インストール後、npm_debugファイルに次のように表示されます。ProxyでインターネットにアクセスしてWindowsサーバーにIBM Secure Gatewayクライアントをインストールする方法

323 error network connect ETIMEDOUT 151.101.8.162:443 
324 error network This is most likely not a problem with npm itself 
324 error network and is related to network connectivity. 
324 error network In most cases you are behind a proxy or have bad network settings. 
324 error network 
324 error network If you are behind a proxy, please make sure that the 
324 error network 'proxy' config is set properly. See: 'npm help config' 
325 verbose exit [ 1, true ] 

答えて

2

Secure Gatewayクライアントインストーラは、現在のところ、ほとんどのプロキシでサポートされているプロトコルの制限により、外部プロキシを経由した接続をサポートしていません。ただし、クライアント接続プロセスでは、既知のIPへの2回の発信コールが含まれ、安全な環境で明示的なファイアウォールルールを設定するために使用できます。これらのIPは、Bluemixサポートチケットを介して要求に応じて入手できます。

関連する問題