最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

azure - az webapp deployment [SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]] - Stack Overflow

programmeradmin6浏览0评论

During the execution of a powershell script in my Jenkins pipeline I'm getting this error

ERROR: HTTPSConnectionPool(host='my.custom.domain', port=443): Max retries exceeded with url: /api/zipdeploy?isAsync=true (Caused by ...

and right after:

SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:997)')))

This is the command that causes it:

az webapp deployment source config-zip -g $resg -n $webapp --subscription $subscription --src my_release.zip

Note

The script have to deploy to an Azure node, it also logged successfully with `Login Azure Succeeded`

I am trying to print the certificate in order to see if the REQUEST_CA_BUNDLE is setted up correctly.
I expect that the command az webapp deployment to run without errors

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论