WININET / Invalid certificate(SSL, HTTPS problem presumably)

Questions about Wine on Linux
Locked
jamesqt
Level 1
Level 1
Posts: 5
Joined: Tue Jul 02, 2013 10:26 pm

WININET / Invalid certificate(SSL, HTTPS problem presumably)

Post by jamesqt »

I'm running League of Legends, it's running fine, but when I try to log in, it attempts to send authentication (my user and pass) over SSL/HTTPS, and I get these errors:

Code: Select all

err:wininet:netcon_secure_connect_setup SSL_connect failed: 12045
fixme:wininet:InternetErrorDlg 00000007 contains unsupported flags.
fixme:wininet:IsDomainLegalCookieDomainW (L"leagueoflegends.com", L"ll.leagueoflegends.com") semi-stub
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 10000
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 10000
err:wininet:netcon_secure_connect_setup SSL_connect failed: 12057
fixme:wininet:InternetErrorDlg 00000007 contains unsupported flags.
fixme:wininet:WININET_InvalidCertificateDialog No message for error 12057
err:wininet:netcon_secure_connect_setup SSL_connect failed: 12045
fixme:wininet:InternetErrorDlg 00000007 contains unsupported flags.
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 10000
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 10000
err:wininet:netcon_secure_connect_setup SSL_connect failed: 12057
fixme:wininet:InternetErrorDlg 00000007 contains unsupported flags.
fixme:wininet:WININET_InvalidCertificateDialog No message for error 12057
err:wininet:netcon_secure_connect_setup SSL_connect failed: 12045
fixme:wininet:InternetErrorDlg 00000007 contains unsupported flags.
And I get a dialog box from wine saying "There is a problem with the certificate for this site."
"do you wish to continue anyway?"
When I continue I get a spam of these errors like shown above.
jamesqt
Level 1
Level 1
Posts: 5
Joined: Tue Jul 02, 2013 10:26 pm

Re: WININET / Invalid certificate(SSL, HTTPS problem presuma

Post by jamesqt »

bamp
jamesqt
Level 1
Level 1
Posts: 5
Joined: Tue Jul 02, 2013 10:26 pm

Re: WININET / Invalid certificate(SSL, HTTPS problem presuma

Post by jamesqt »

bump
jamesqt
Level 1
Level 1
Posts: 5
Joined: Tue Jul 02, 2013 10:26 pm

Re: WININET / Invalid certificate(SSL, HTTPS problem presuma

Post by jamesqt »

bump
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: WININET / Invalid certificate(SSL, HTTPS problem presuma

Post by lahmbi5678 »

First of all: excessive bumping won't get you anywhere.

Did it work before? Just to rule out some LoL (or wine) update is causing trouble.

Did you follow the extensive advice at
http://appdb.winehq.org/objectManager.p ... &iId=19141 ?
Which linux are you using? It seems, installing LoL on Ubuntu 64bit needs special care. Admittedly, the appdb page has become quite cluttered, e.g. patching wine probably isn't needed anymore.

Did you install LoL in a clean wineprefix (no other applications/winetricks installed before)?

Especially some "winetricks wininet" may be needed.
jamesqt
Level 1
Level 1
Posts: 5
Joined: Tue Jul 02, 2013 10:26 pm

Re: WININET / Invalid certificate(SSL, HTTPS problem presuma

Post by jamesqt »

lahmbi5678 wrote:First of all: excessive bumping won't get you anywhere.

Did it work before? Just to rule out some LoL (or wine) update is causing trouble.

Did you follow the extensive advice at
http://appdb.winehq.org/objectManager.p ... &iId=19141 ?
Which linux are you using? It seems, installing LoL on Ubuntu 64bit needs special care. Admittedly, the appdb page has become quite cluttered, e.g. patching wine probably isn't needed anymore.

Did you install LoL in a clean wineprefix (no other applications/winetricks installed before)?

Especially some "winetricks wininet" may be needed.
I bumped once with a 2 day gap and the last one with a 5 day gap, that's not excessive.

It hasn't worked before, I just installed it, Perhaps some wine update is causing trouble, not sure.

It's launching the game, but i'm just having trouble logging in. I've tried re-installing wininet but it's not working.

I didn't have a wineprefix before, so yes, it's clean.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: WININET / Invalid certificate(SSL, HTTPS problem presuma

Post by lahmbi5678 »

Hi, sorry, I'm not sure how to help you.

If you google for that error message, you'll find similar issues with LoL under Windows. In some cases it helped to set the system clock to the proper date (or maybe a few hours back or forth, as the lol servers seem to think in some rare cases, that you are in the future, at least from their point of view, no kidding). Another thread mentioned turning of some lolmatches stuff (whatever that is).

If all else fails, you should file a bug.
Locked