VSCODE中的Oracle NOSQL数据库连接器给出了NoSqlunauthorized错误

发布于 2025-01-31 17:50:08 字数 90 浏览 4 评论 0原文

错误获取表:nosqlauthorizationError:[request_timeout]授权错误:[操作超时]:无法登录到kvstore。行动定时出去,看到原因

Error fetching Tables : NoSQLAuthorizationError: [REQUEST_TIMEOUT] Authorization error: [operation timeout]: Failed to login to kvstore. Operation timed out, see the cause

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

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

发布评论

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

评论(1

书信已泛黄 2025-02-07 17:50:08

在安全模式下,代理需要SSL证书和私钥。您需要提供证书,以便在

没有良好证书的情况下使用vscode中的Oracle NOSQL数据库连接器,您将有以下错误:

NoSQLAuthorizationError: [REQUEST_TIMEOUT] Authorization error: 
[operation timeout]: Failed to login to kvstore.  
Operation timed out, see the cause

我们应该使用证书文件文本框来执行此操作。

,但似乎它在Windows中不起作用。我能够重现此处描述的问题。

同时,您可以测试以下解决方案之一吗?

  1. 文件 - >偏好 - >设置 - >应用 - >代理和“代理支持”菜单中选择“ OFF”。
  2. 自签名证书添加到信任的根存储中

在Windows配置(使用Microsoft Management Console)中, 相同的错误。

Error fetching Tables : NoSQLAuthorizationError: [REQUEST_TIMEOUT]
Authorization error: [operation timeout]: Failed to login to kvstore. 
Operation timed out, see the cause

您无法达到它,只有在使用自签名证书时,才会出现

In a secure mode, the proxy requires an SSL Certificate and private key. You need to provide the certificate in order to use the Oracle NoSQL Database connector in vscode

Without the good certificate, you will have the following error:

NoSQLAuthorizationError: [REQUEST_TIMEOUT] Authorization error: 
[operation timeout]: Failed to login to kvstore.  
Operation timed out, see the cause

We are supposed to use the certificate file text box to do it.
enter image description here

But it seems that it is not working in Windows. I am able to reproduce the issue described here.

In the meantime, could you test one of the following workarounds?

  1. file -> Preferences -> Settings -> Application -> Proxy and in the "Proxy Support" menu select "off".
  2. Add the self-signed certificate to the trusted root store in your Windows configuration (using Microsoft Management Console)
  3. Set the following environment variable in your Windows configuration NODE_TLS_REJECT_UNAUTHORIZED=0

Note: When the HTTP Proxy is not running or you cannot reach it, you will have the same error

Error fetching Tables : NoSQLAuthorizationError: [REQUEST_TIMEOUT]
Authorization error: [operation timeout]: Failed to login to kvstore. 
Operation timed out, see the cause

It is only happening when using self-signed certificates.

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