4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Kobito for Windowsをproxy環境で使いたかった

Last updated at Posted at 2015-08-06

Kobito for Windows を proxy環境下で使用したかった

背景

  • Kobito を自宅のMacでつかってみたらことのほか好みだったのでオフィスでも使おうとした。

結果

だめでした

なぜ?

proxyを超えられていない。

環境

イントラからインターネットへのアクセスはすべてベーシック認証付きのproxy経由。

#proxy超えられないか試してみたこと

よくある環境変数

  • HTTP_PROXY

http://hoge:port/
http://user:pass@hoge:port/

  • HTTP_PROXY_USER

user >> user:pass

  • HTTP_PROXY_PASS

よくあるコマンドの引数

改善要望

・proxy設定をできるようにしてほしい。
・できれば、環境変数、設定ファイル、コマンドラインどれでもできるように

4
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?