Details
-
Improvement
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
Description
I made a test application that uses our winhttp.dll to crawl websites and return its content length. it works on http sites, but when it tries to test https sites, fails with error ERROR_WINHTTP_SECURE_INVALID_CERT, this error is returned by line 110 in dll/win32/winhttp/net,c
Only a couple of https sites can be loaded (google.com and twitter.com), while any other site (tested facebook.com, bing,com and every *.reactos.org subdomain) fails with the mentioned error code.
Seems that we are failing with cert validation, specially those signed by Let's Encrypt.
Attached the test application and his source code, needs FreeBasic to be compiled.
Attachments
Issue Links
- duplicates
-
CORE-17739 LiveCD does not import caroots.inf into registry
- Resolved