WSO2 令牌生成,/oauth2/token 服务在第 20 个请求被命中后失败

发布于 2025-01-15 17:33:00 字数 485 浏览 0 评论 0原文

我正在使用 WSO2 来生成令牌。通过使用此控制台: https://localhost:9443/carbon/admin/login.jsp

我通过传递所需参数来调用 http://localhost:9763**/oauth2/token** 服务 <{用户名=[],密码=[],grant_type=[密码],client_id=[],client_secret=[],scope=[]},[内容类型:"application/x-www- form-urlencoded"]> 在第 20 个请求之后失败并给出以下错误。

{ErrorMessage:“http://192.168.200.83:9763/oauth2/token”的 POST 请求出现 I/O 错误:连接重置;嵌套异常是 java.net.SocketException: 连接重置。}

如何将要处理的请求数量从 20 增加到 50 或更多?

I am using WSO2 for token generation. By using this console: https://localhost:9443/carbon/admin/login.jsp

I am calling http://localhost:9763**/oauth2/token** service by passing required parameters
<{username=[], password=[], grant_type=[password], client_id=[], client_secret=[], scope=[]},[Content-Type:"application/x-www-form-urlencoded"]> after 20th request its failing and giving below error.

{ErrorMessage: I/O error on POST request for "http://192.168.200.83:9763/oauth2/token": Connection reset; nested exception is java.net.SocketException: Connection reset.}

How can I increase the number of requests to be served from 20 to 50 or more?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文