http://bugs.winehq.org/show_bug.cgi?id=26527
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wininet |crypt32
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2011-03-24 11:01:05 CDT --- It appears you're running afoul of this check: warn:chain:CRYPT_KeyUsageValid no key usage extension on a CA cert
I believe you can fix it by modifying crypt32's chain.c: in CRYPT_KeyUsageValid, modify the if (!ext) branch before the big comment about MS violating RFC 5280, section 4.2.1.3 to just return TRUE.
Could you let me know if that works for you?