0
0

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 3 years have passed since last update.

SIer向けProxy環境下のもろもろ

Last updated at Posted at 2020-11-20

想定環境

Windows 10
Proxy + Basic認証

Postman

version
7.36

Setting > Proxyから設定可能。

Java

環境変数JAVA_TOOL_OPTIONSに以下をまとめて書くのが吉。
設定をローカル環境のみ限定できる。

-Dhttp.proxyHost=? -Dhttp.proxyPort=? -Dhttp.proxyUser=? -Dhttp.proxyPassword=? -Dhttps.proxyHost=? -Dhttps.proxyPort=? -Dhttps.proxyUser=? -Dhttps.proxyPassword=? -Djdk.http.auth.tunneling.diabledSchemes="" -Djdk.http.auth.proxying.diabledSchemes="" 

Java認証プロキシ

Java認証Proxy対応方法

Maven

Gradle

Git

npm

Spring RestTemplate

Spring WebClient

ssh

Teraterm

a5m2

暇があったら追記していく。

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?