今日の朝以降エラーが発生し始めたため、私のアプリをデプロイできませんでした。 私はgcloud info --run-diagnostics
とgcloud components reinstall
をあまり役に立ちませんでした。gcloudアプリケーションでgcloudがクラッシュ(SSLHandshakeError)しました
Windows用の古いGoogle App Engine Launcher
を使用して展開しようとしましたが、同じエラーが発生しました。 以前はgcloudを使って昨日の夜(IST)まで働いていました。助けてください!
私は最新のgcloud sdkを使用しており、すべてのコンポーネントを更新しました。私はWin10を使用します。私もノートパソコンを再起動しようとしました。
C:\gaurav\coding\python\myapp\myapp\dist>gcloud app deploy --project=myproject --version 1 --verbosity=info ./app.yaml
INFO: Refreshing access_token
ERROR: gcloud crashed (SSLHandshakeError): [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
If you would like to report this issue, please run the following command:
gcloud feedback
To check gcloud for common problems, please run the following command:
gcloud info --run-diagnostics
C:\gaurav\coding\python\myapp\myapp\dist>
診断出力。
C:\gaurav\coding\python\myapp\myapp\dist> gcloud info --run-diagnostics
Network diagnostic detects and fixes local network connection issues.
Checking network connection...done.
ERROR: Reachability Check failed.
Cannot reach https://accounts.google.com (SSLHandshakeError)
Cannot reach https://cloudresourcemanager.googleapis.com/v1beta1/projects (SSLHandshakeError)
Cannot reach https://www.googleapis.com/auth/cloud-platform (SSLHandshakeError)
Network connection problems may be due to proxy or firewall settings.
Do you have a network proxy you would like to set in gcloud (Y/n)? n
ERROR: Network diagnostic (0/1 checks) failed.
C:\gaurav\coding\python\myapp\myapp\dist>
gcloud info --run-diagnostics
は、3つのURLに到達できないと文句を言いますが。私はウェブブラウザからそれらを開くことができます。