[Bug 29170] Gamer's gate downloader cannot connect to server

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 26 13:00:07 CST 2011


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

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com

--- Comment #3 from Dan Kegel <dank at 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%20Intermediate/RapidSSL_CA_bundle.pem'

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...

-- 
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