https://bugs.winehq.org/show_bug.cgi?id=57063
--- Comment #9 from asicosilomu@protonmail.com --- (In reply to Hans Leidekker from comment #8)
(In reply to asicosilomu from comment #7)
Created attachment 76936 [details] How I generated the Root CA and webserver certificate.
Maybe the certificates are the issue? I'm pretty sure I've done this part right, but maybe I screwed something up.
Would you be able to add test for this in dlls/crypt32/tests/chain.c?
I would probably first write a program that uses crypt32 directly, to see if it's causing the problem. If it doesn't like my certificate, I will definitely add a test for it.
The previous observations make sense as Firefox uses its own crypto libraries, while the other two browsers use crypt32 APIs I assume. I would have expected a relevant error message, exception or fixme from those browsers however.
Will report back once I figure out the cause.