https://bugs.winehq.org/show_bug.cgi?id=55008
Bug ID: 55008 Summary: wininet:http - test_secure_connection() fails on Windows and Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
wininet:http - test_secure_connection() fails on Windows and Wine. More precisely it is the test_cert_struct() therein that fails:
http.c:6770: Test failed: lpszSubjectInfo = US Minnesota CodeWeavers *.winehq.org http.c:6869: Testing security flags...
See https://test.winehq.org/data/patterns.html#wininet:http
Note: The failure happens before the "Testing security flags" line which is at the start of test_security_flags(). The only other place where test_cert_struct() is called is in test_secure_connection(). CQFD.
The failures started on 2023-06-06 but they happen on older builds too so they are probably caused by some change on the server.