4
4

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.

Visual Studio CodeでSSL証明書エラーを無視して拡張インストール

Last updated at Posted at 2019-03-09

会社のプロキシが余計なことをして、Visual Studio Codeの拡張機能インストール時に証明書エラーが出たので回避策をメモしておきます。
Visual Studio Code本体の更新時も同じです。

コマンドラインで起動する場合に--ignore-certificate-errorsをつければ、その起動中は証明書の異常を無視してくれるようになります。

code --ignore-certificate-errors

備考

調べてみると--ignore-certificate-errorsはChromiumにあるオプションなんですね。
electron製のアプリは共通で入っているんですかね。

参考

SSL error when checking for updates. No action option to connect anyway. #30871

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?