[PATCH] wininet: Include winsock2.h before stdlib.h.

Jeremy Newman jnewman at codeweavers.com
Wed Oct 2 10:02:58 CDT 2019


I had to disable that virtual server since the self signed cert fails 
with the following error:

AH02562: Failed to configure certificate test.winehq.com:443:0 (with 
chain), check /etc/ssl/self-signed/server.crt
SSL Library Error: error:140AB18E:SSL 
routines:SSL_CTX_use_certificate:ca md too weak

It was preventing the apache2 daemon from starting.

I'll generate a new self signed cert and see if I can get it working.

-N

On 10/2/19 9:52 AM, Owen Rudge wrote:
> On 02/10/2019 14:46, Francois Gouget wrote:
>> Can anyone give me (or rather Newman) a hint as to what's broken?
> 
> It looks like the tests are using test.winehq.com, but that server is 
> now returning a certificate for *.winehq.org. It looks like it 
> previously returned a self-signed certificate, judging by the test code. 
> Newman, did the certificate on the server change recently?
> 
> The tests can be amended to use test.winehq.org instead of .com, which 
> fixes most of the failures. I can submit a patch for that if the .com 
> should no longer be used.
> 
> Owen



More information about the wine-devel mailing list