https://bugs.winehq.org/show_bug.cgi?id=50302
Bug ID: 50302 Summary: Invalid certificate is reported for test.winehq.com Product: WineHQ.org Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com Distribution: ---
Attempting to connect to https://test.winehq.com/ via Firefox yields a warning that the certificate is invalid and self-signed.
This also seems to be causing the wininet:http tests to fail; see e.g. https://test.winehq.org/data/76c9dbd4fb99f1257734908906c846a3c25ca77b/linux_cw-gtx560-t32/wininet:http.html.
https://bugs.winehq.org/show_bug.cgi?id=50302
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- test.winehq.org works fine, for what it's worth.
https://bugs.winehq.org/show_bug.cgi?id=50302
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- Newman has said that the certificate for test.winehq.com isn't going to be fixed, so we've been moving tests to test.winehq.org. Looks like the urlmon tests also still use this url.
https://bugs.winehq.org/show_bug.cgi?id=50302
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|www-unknown |wininet Keywords| |source, testcase Version|unspecified |6.0-rc2 Product|WineHQ.org |Wine
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- Okay, reframing as a bug against Wine then.
Just changing the name and certificate content results in some other failures, so I'm probably not going to attack this personally, at least not until I have some time to become more familiar with wininet and winhttp.
https://bugs.winehq.org/show_bug.cgi?id=50302
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Invalid certificate is |wininet:http fails due to |reported for |invalid certificates from |test.winehq.com |test.winehq.com
https://bugs.winehq.org/show_bug.cgi?id=50302
--- Comment #4 from Hans Leidekker hans@meelstraat.net --- (In reply to Zebediah Figura from comment #3)
Okay, reframing as a bug against Wine then.
The test on line 6462 succeeds on Windows, so this is in fact a Wine bug. We're returning ERROR_INTERNET_INVALID_CA where ERROR_INTERNET_SEC_CERT_ERRORS is expected. These tests intentionally use test.winehq.com to verify that we're handling invalid certs correctly.
https://bugs.winehq.org/show_bug.cgi?id=50302
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|wininet:http fails due to |wininet:http fails in |invalid certificates from |test_security_flags() |test.winehq.com |