Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r1350.
Original comment by zexspect...@gmail.com
on 26 Aug 2012 at 4:02
CrashSender1400.exe + WinXP - error https
ERROR_WINHTTP_SECURE_CERT_REV_FAILED 12057
Indicates that revocation cannot be checked because the revocation server was
offline (equivalent to CRYPT_E_REVOCATION_OFFLINE).
Fix:
Index: C:/src-l2/l2/trunk/crashrpt/reporting/crashsender/HttpRequestSender.cpp
===================================================================
---
C:/src-l2/l2/trunk/crashrpt/reporting/crashsender/HttpRequestSender.cpp (revisio
n 26)
+++
C:/src-l2/l2/trunk/crashrpt/reporting/crashsender/HttpRequestSender.cpp (working
copy)
@@ -161,6 +161,8 @@
(LPVOID)&extraSSLDwFlags, &dwBuffLen);
// We have to specifically ignore these 2 errors for MVS
extraSSLDwFlags |= SECURITY_FLAG_IGNORE_UNKNOWN_CA | SECURITY_FLAG_IGNORE_CERT_CN_INVALID;
+ extraSSLDwFlags |= SECURITY_FLAG_IGNORE_REVOCATION |
SECURITY_FLAG_IGNORE_WRONG_USAGE
+ | SECURITY_FLAG_IGNORE_CERT_CN_INVALID |
SECURITY_FLAG_IGNORE_CERT_DATE_INVALID;
InternetSetOption (hRequest, INTERNET_OPTION_SECURITY_FLAGS,
&extraSSLDwFlags, sizeof (extraSSLDwFlags) );
Original comment by Pavel.Pimenov@gmail.com
on 25 Oct 2012 at 4:53
Attachments:
Original comment by zexspect...@gmail.com
on 25 Oct 2012 at 4:56
This issue was closed by revision r1448.
Original comment by zexspect...@gmail.com
on 8 Nov 2012 at 4:27
Original issue reported on code.google.com by
zexspect...@gmail.com
on 10 May 2012 at 6:18