https://bugs.winehq.org/show_bug.cgi?id=43676
--- Comment #20 from Hans Leidekker hans@meelstraat.net --- (In reply to joaopa from comment #19)
What about this bug, Hans? It looks like you fixed it, right? Only is new gnutls recquired?
Yes, it's fixed with 2b77b0bb6b220979278bc4153d0fa854f8eeb5e7. Before this patch we'd use the default enabled protocols, which are intersected with the GnuTLS supported protocols. After this patch we pass the application specified list of protocols to GnuTLS, which may return an error if it can't support the priority string we built from it.