https://bugs.winehq.org/show_bug.cgi?id=51192
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com, | |z.figura12@gmail.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Damjan Jovanovic damjan.jov@gmail.com --- I am seeing this error with the Cygwin installer too, also on FreeBSD:
---snip--- GnuTLS error: Error in the pull function. connection error: 12157 fetching https://cygwin.com/mirrors.lst mbox note: Could not download mirror sites list ---snip---
An update to the latest gnutls didn't help.
A '+crypt,+bcrypt,+secur32,+winediag,+winsock' shows CLIENT HELLO being built and attempted to be sent, but Wireshark shows me the TCP connections do this:
SYN -> SYN+ACK <- ACK -> FIN+ACK -> ACK <- FIN+ACK <- ACK ->
with 0 bytes transferred either way.
All of which is highly suspicious, and looks more like a networking issue than an encryption issue...
I suspect the recent big winsock changes by Zebediah Figura caused a regression somewhere.
Confirming and setting status to NEW.
Let me try a clean rebuild of the latest Git and see if it's still a problem.