http://bugs.winehq.org/show_bug.cgi?id=30931
teg@djii.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teg@djii.com
--- Comment #1 from teg@djii.com 2012-06-17 06:53:03 CDT --- I'm the author of Newsbin. Newsbin is static linked and OpenSSL is static linked into the program so, it's not dependent on any external DLL's or Wininet to establish SSL connections. Currently it's using OpenSSL openssl-1.0.0d. It opens a connection to the server, which works, and then hands the connection to OpenSSL which then tries to negotiate a secure connection. That's when the error is returned, during the SSL negotiation process.
It's not clear to me why wine would even know this is an SSL connection since it should just look like TCP traffic. It suggests to me some issue in the socket layer like some mode that OpenSSL sets (maybe async mode) which is broken.