http://bugs.winehq.org/show_bug.cgi?id=29170
Bug #: 29170 Summary: Gamer's gate downloader cannot connect to server Product: Wine Version: 1.3.33 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mboquien@free.fr Classification: Unclassified
Hello,
When launching the Gamer's gate downloader i now get the following error: "err:wininet:NETCON_secure_connect SSL_connect failed: 12045:. There is also a popup window that says: "Failed to sign in: Error 12045 in network connection. Check that the computer is connected to the Internet and that no firewall is blocking the program.". Of course my connection is perfectly fine and i do not have any firewall. I am sure the problem is very recent as it worked fine a few weeks ago. Note that the same downloader also works fine in Windows.
Thanks,
Médéric
http://bugs.winehq.org/show_bug.cgi?id=29170
--- Comment #1 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2011-11-26 11:05:35 CST --- If you think this worked before please try older Wine version(s) to verify.
http://bugs.winehq.org/show_bug.cgi?id=29170
--- Comment #2 from GyB gyebro69@gmail.com 2011-11-26 11:54:43 CST --- Created attachment 37641 --> http://bugs.winehq.org/attachment.cgi?id=37641 +wininet debug log
This problem might be due to the fact that Gamersgate changed the site certificates a few days ago. Now all previously working Wine versions display the error message when the downloader tries to connect to the site: 'Failed to sign in: Error 12045 in network connection...'
Workaround: native wininet.dll
from the attached +wininet log: ... err:wininet:NETCON_secure_connect SSL_connect failed: 12045 warn:wininet:open_http_connection Couldn't connect securely to host ...
Fedora 16 x86
http://bugs.winehq.org/show_bug.cgi?id=29170
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=29170
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2011-11-26 13:00:07 CST --- You can reproduce this with
wine iexplore https://www.gamersgate.com/account/register or wget https://www.gamersgate.com/account/register
To get the ca cert that site uses, do
wget 'https://knowledge.rapidssl.com/library/VERISIGN/ALL_OTHER/RapidSSL%20Interme...'
To verify this works without installing it, try wget --ca-certificate RapidSSL_CA_bundle.pem https://www.gamersgate.com/account/register
Then (at least on Ubuntu) to install the cert so wine (and wget, and firefox) can use it, do
$ sudo bash # cp cp RapidSSL_CA_bundle.pem /etc/ssl/certs/ # cd /etc/ssl/certs # c_rehash
After doing this, wine iexplore https://www.gamersgate.com/account/register works for me.
See also https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/701015
So, IMHO, this is more of a platform issue than a wine issue, since wine uses the platform ssl.
We should probably mark this bug invalid, but I hesitate to do so, since wine could potentially work around this (Chrome does), and since closing it will make it more likely people will file duplicate bugs...
http://bugs.winehq.org/show_bug.cgi?id=29170
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Dan Kegel dank@kegel.com 2011-11-26 13:09:45 CST --- Ah, the ubuntu bug now says the web site needs to follow the instructions at http://blog.clickssl.com/2010/12/rapidssl-error-on-firefox-this-connection-i...
I've filed a support ticket (#32671) with gamersgate.
http://bugs.winehq.org/show_bug.cgi?id=29170
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2011-11-29 15:47:56 CST --- Closing.