Bot Framework Orchestrator 问题

发布于 2025-01-11 15:34:29 字数 346 浏览 4 评论 0原文

我正在尝试使用命令为 MS Bot Framework Orchestrator 生成基本模型

bf orchestrator:basemodel:get -o ./model  

,但收到此错误

self signed certificate in certificate chain

我正在使用最新版本的 Bot Framework 组件 (@microsoft/botframework-cli/4.15.0) 和 MacOS 作为开发平台。我想某个地方有一个设置负责接受自签名证书,但我不知道在哪里。此外,尚不清楚是什么自签名证书导致了问题。

I'm trying to generate base model for MS Bot Framework Orchestrator using command

bf orchestrator:basemodel:get -o ./model  

and I'm getting this error

self signed certificate in certificate chain

I'm using latest version of Bot Framework components (@microsoft/botframework-cli/4.15.0) and MacOS as a development platform. I suppose there is a setting somewhere that responsible for acceptance of self-signed certs, but I don't know where is. More over, it's not clear what self-signed cert causes an issue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

完美的未来在梦里 2025-01-18 15:34:29

好吧,最终当我尝试使用不同的标志(例如 -d 用于调试, -v 用于详细)时,我能够生成

以下是一个解决方案:

 bf orchestrator:basemodel:get -o ./model -v

Well, eventually when I was trying to use different flags (like -d for debug and -v for verbose) I was able to generate

Here is a solution:

 bf orchestrator:basemodel:get -o ./model -v
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文