Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: 新增兼容程序,在遇到部分特定异常时,通过自动调整参数达到规避异常的目的 #375

Merged

Conversation

wangliang181230
Copy link
Contributor

@wangliang181230 wangliang181230 commented Oct 16, 2024

Ⅰ. 描述此PR的作用:

feature: 新增兼容程序,在遇到部分特定异常时,通过自动调整参数达到自动兼容的效果

目前已处理问题:

  1. 问题:ws请求,建立连接时,报错:ERR_SSL_INVALID_LIBRARY_(0)
    解决方案:自动切换为使用http协议进行连接
  2. 问题:当对应站点使用了自签名证书时,请求报错:DEPTH_ZERO_SELF_SIGNED_CERT
    解决方案:请求时不校验ssl

后续,还会继续增加一些异常的自动兼容处理。

Ⅱ. 此PR修复了哪个issue吗?

fixes #337

Ⅲ. 界面变化截屏

图片

@wangliang181230 wangliang181230 added Feature 新特性PR v1.8.7 1.8.7版本 labels Oct 16, 2024
@wangliang181230 wangliang181230 changed the title feature: 新增兼容程序,在遇到部分特定异常时,通过自动调整参数达到自动兼容的效果 feature: 新增兼容程序,在遇到部分特定异常时,通过自动调整参数达到规避异常的目的 Oct 16, 2024
@wangliang181230 wangliang181230 merged commit 2218e80 into docmirror:master Oct 16, 2024
@wangliang181230 wangliang181230 deleted the feature-compatible branch October 16, 2024 09:32
@wangliang181230 wangliang181230 added this to the 1.8.7 milestone Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 新特性PR v1.8.7 1.8.7版本
Projects
None yet
Development

Successfully merging this pull request may close these issues.

开启代理后,websocket无法访问
1 participant