We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
忽略Http客户端验证服务器证书错误
我想要本地做一个缓存服务器,导入自签证书到系统很麻烦且有些情况不生效。开发时可能会更换证书,重新导入过于麻烦。
使用badCertificateCallback回调忽略https证书错误信息。读取用户设置,判断是否需要忽略https证书错误。
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需求 / Requirement
忽略Http客户端验证服务器证书错误
原因 / Reason
我想要本地做一个缓存服务器,导入自签证书到系统很麻烦且有些情况不生效。开发时可能会更换证书,重新导入过于麻烦。
建议实现 / Suggested implemention
使用badCertificateCallback回调忽略https证书错误信息。读取用户设置,判断是否需要忽略https证书错误。
备注 / Addition details
No response
自查步骤 / Verify steps
The text was updated successfully, but these errors were encountered: