From: Jeremy Newman Subject: Re: [PATCH] wininet: Include winsock2.h before stdlib.h. Message-Id: <7c2a4fc2-a378-298c-8ea2-e647512bd9f9@codeweavers.com> Date: Wed, 2 Oct 2019 10:02:58 -0500 In-Reply-To: <71c2f676-2258-2fbe-8d07-ca0b718d4aaa@owenrudge.net> References: <71c2f676-2258-2fbe-8d07-ca0b718d4aaa@owenrudge.net> 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