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?

Zscaler入れたらSSL証明書エラーが出るようになった

Last updated at Posted at 2025-02-21

概要

会社がZscalerを入れたら、以下のエラーが出るようになった(Azure CLIのUpdateが出来ない)

HTTPSConnectionPool(host='aka.ms', port=443): Max retries exceeded with url: /installazurecliwindowsx64 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))

対応方法

  1. ZscalerのSSL証明書(拡張子が.crt)をローカルにダウンロードする
  2. 1をメモ帳等で開き内容をコピーする
  3. 「C:\Program Files\Microsoft SDKs\Azure\CLI2\Lib\site-packages\certifi\cacert.pem」を管理者権限でメモ帳で開く
  4. 2の内容を最後に加える(見ればわかる)

以上!

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?