错误代码 curl: (60) schannel: SEC_E_UNTRUSTED_ROOT (0x80090325) 表示在使用 curl 命令进行 HTTPS 请求时,遇到了证书信任问题。具体来说,客户端(即你的系统)不信任服务器的根证书,导致 SSL/TLS 握手失败。 可能的原因 系统根证书存储不完整或过时:如果系统根证书存储中没有包含服务器的根证书,或者包含的根...
status != SEC_E_OK) || !pCertContextServer) { char buffer[STRERRORLEN]; failf(data, "schannel Failed to read remotecertificate context: %s", Curl_sspistrerror(sspi_status buffer, sizeof(buffer))) result = CURLE_PEER_FAILED_VERIFICATION; goto cleanup; } /* Determine...
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - 给函数提供的标志无效 C:\curl-7.46.0\src>curl -khttps://fp.gdltax.gov.cn/ curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN ...
The commandyum updateon the Satellite server fails withPeer's certificate issuer has been marked as not trusted by the user. Raw * NSS error -8172 (SEC_ERROR_UNTRUSTED_ISSUER) * Peer's certificate issuer has been marked as not trusted by the user. * Closing connection 8 2018-03-06 06:...
curl:(60)schannel: SEC_E_UNTRUSTED_ROOT(0x80090325)- More details here: https://curl.se/docs/sslcerts.htmlcurlfailed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learnmoreabout this situation and ...