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
[0513/140501.213506:ERROR:cert_verify_proc_builtin.cc(679)] CertVerifyProcBuiltin for 10.8.131.107 failed: ----- Certificate i=0 (emailAddress=powerGridProjectTeam@rayin.com,CN=rayin.com,OU=POWER GRID project team,O=Eastone Century Technology Co.,Ltd.,ST=zhejiang,C=CN) ----- ERROR: No matching issuer found
[0513/140501.213684:ERROR:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -202
报告了SSL 认证错误,各种原因只能从避开SSL认证入手, QWebEngine可以重写page类避开,不知道这里要怎么避开
The text was updated successfully, but these errors were encountered:
--ignore-certificate-errors
Sorry, something went wrong.
thank u! I got it!
运行是添加还是编译时添加?
No branches or pull requests
[0513/140501.213506:ERROR:cert_verify_proc_builtin.cc(679)] CertVerifyProcBuiltin for 10.8.131.107 failed:
----- Certificate i=0 (emailAddress=powerGridProjectTeam@rayin.com,CN=rayin.com,OU=POWER GRID project team,O=Eastone Century Technology Co.,Ltd.,ST=zhejiang,C=CN) -----
ERROR: No matching issuer found
[0513/140501.213684:ERROR:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -202
报告了SSL 认证错误,各种原因只能从避开SSL认证入手,
QWebEngine可以重写page类避开,不知道这里要怎么避开
The text was updated successfully, but these errors were encountered: