[Bug 30931] Newsbin cannot connect to ssl servers

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jun 17 06:53:03 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30931

teg at djii.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |teg at djii.com

--- Comment #1 from teg at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list