El Foro

onlive issues

Autor Respuestas
masterrob213 Tuesday 26 June 2012 at 1:42
masterrob213Anonymous

im running playonlinux on 11.04 and i try to install onlive and it gets to

Output folder: C:\\Program Files\\OnLive
Extract: OnLive_install_helper_two.exe
Execute: "C:\\Program Files\\OnLive\\OnLive_install_helper_two.exe" https://ds.onlive.net/firmware/api/get_update/bootstrap/latest "C:\\Program Files\\OnLive\\OnLive.exe"

and it freezes there for a good 10-20min then it says that it could not connect to onlive.
Snowie Tuesday 26 June 2012 at 15:36
SnowieAnonymous

Agreed. Tried the same thing. Any chance it might be to do with the SSL certificate being invalid. They are trying to sign it with *.onlive.com cert for an *.onlive.NET domain. Any way to bounce round this in POL? If you hit this URL in the browser you should see.

https://ds.onlive.net/firmware/api/get_update/bootstrap/latest

Snowie Tuesday 26 June 2012 at 16:05
SnowieAnonymous

I think im on to something here

$ wget https://ds.onlive.net/firmware/api/get_update/bootstrap/latest
--2012-06-27 00:03:22-- https://ds.onlive.net/firmware/api/get_update/bootstrap/latest
Resolving ds.onlive.net (ds.onlive.net)... 74.85.148.212, 74.85.148.209, 74.85.146.223, ...
Connecting to ds.onlive.net (ds.onlive.net)|74.85.148.212|:443... connected.
ERROR: no certificate subject alternative name matches
     requested host name 'ds.onlive.net'.
To connect to ds.onlive.net insecurely, use `--no-check-certificate'.

Nope, false alarm


wget https://ds.onlive.net/firmware/api/get_update/bootstrap/latest --no-check-certificate
--2012-06-27 00:04:19-- https://ds.onlive.net/firmware/api/get_update/bootstrap/latest
Resolving ds.onlive.net (ds.onlive.net)... 74.85.148.209, 74.85.146.223, 74.85.146.222, ...
Connecting to ds.onlive.net (ds.onlive.net)|74.85.148.209|:443... connected.
WARNING: no certificate subject alternative name matches
     requested host name 'ds.onlive.net'.
HTTP request sent, awaiting response... 401 Unauthorized
Authorisation failed.
Snowie Tuesday 26 June 2012 at 16:16
SnowieAnonymous

Don't know if there is anything that can be done from POL, but, full output is:

DEBUG output created by Wget 1.13.4 on linux-gnu.

URI encoding = 'UTF-8'
--2012-06-27 00:13:04-- https://ds.onlive.net/firmware/api/get_update/bootstrap/latest
Resolving ds.onlive.net (ds.onlive.net)... 74.85.150.215, 74.85.150.198, 74.85.148.212, ...
Caching ds.onlive.net => 74.85.150.215 74.85.150.198 74.85.148.212 74.85.146.222 74.85.148.209 74.85.146.223
Connecting to ds.onlive.net (ds.onlive.net)|74.85.150.215|:443... connected.
Created socket 4.
Releasing 0x08725f18 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 4 to SSL handle 0x087261b8
certificate:
subject: /C=US/ST=CA/L=Palo Alto/O=OnLive Inc./OU=OPS/CN=*.onlive.com
issuer: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3
WARNING: no certificate subject alternative name matches
     requested host name 'ds.onlive.net'.

---request begin---
GET /firmware/api/get_update/bootstrap/latest HTTP/1.1
User-Agent: Wget/1.13.4 (linux-gnu)
Accept: */*
Host: ds.onlive.net
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 401 Unauthorized
Date: Tue, 26 Jun 2012 14:13:06 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Content-Length: 0
Keep-Alive: timeout=5, max=6
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

---response end---
401 Unauthorized
Registered socket 4 for persistent reuse.
] done.
Authorisation failed.

Is that OnLive just refusing it, or is there a tweak?
Snowie Tuesday 26 June 2012 at 16:27
SnowieAnonymous

Spoofing appears no joy either.

DEBUG output created by Wget 1.13.4 on linux-gnu.

URI encoding = 'UTF-8'
--2012-06-27 00:25:38-- https://ds.onlive.net/firmware/api/get_update/bootstrap/latest
Resolving ds.onlive.net (ds.onlive.net)... 74.85.146.223, 74.85.150.215, 74.85.148.212, ...
Caching ds.onlive.net => 74.85.146.223 74.85.150.215 74.85.148.212 74.85.146.222 74.85.148.209 74.85.150.198
Connecting to ds.onlive.net (ds.onlive.net)|74.85.146.223|:443... connected.
Created socket 4.
Releasing 0x08441f90 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 4 to SSL handle 0x08442230
certificate:
subject: /C=US/ST=CA/L=Palo Alto/O=OnLive Inc./OU=OPS/CN=*.onlive.com
issuer: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3
WARNING: no certificate subject alternative name matches
     requested host name 'ds.onlive.net'.

---request begin---
GET /firmware/api/get_update/bootstrap/latest HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
Accept: */*
Host: ds.onlive.net
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 401 Unauthorized
Date: Tue, 26 Jun 2012 14:25:40 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Content-Length: 0
Connection: close
Content-Type: text/html; charset=UTF-8

---response end---
401 Unauthorized
Closed 4/SSL 0x08442230
Authorisation failed.
masterrob213 Tuesday 26 June 2012 at 20:50
masterrob213Anonymous

when i tried to go to the site on the installation it said it was blocked or something and i allwed it to go through and i tried the installation again but no go

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmcayonlinux.com