View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#73
Originally Posted by peterleinchen View Post
connectivity-test.ext.nokia.com:

This morning it made again problems.
I checked and it seems http is online and delivers correctly:
...
And now after some more problems and tests I know why I will switch back to my easy-peasy 'local server' solution:
Code:
~ $ wget --server-response --spider --header='X-Nokia-WLAN-Connectivity-Test: true' http://connectivity-test.ext.nokia.com
--19:08:36--  http://connectivity-test.ext.nokia.com/
           => `index.html'
Resolving connectivity-test.ext.nokia.com... 191.238.96.69
Connecting to connectivity-test.ext.nokia.com|191.238.96.69|:80... connected.
                                        Read error (Connection reset by peer) in headers.
Retrying.

--19:08:52--  http://connectivity-test.ext.nokia.com/
  (try: 2) => `index.html'
Connecting to connectivity-test.ext.nokia.com|191.238.96.69|:80... failed: Connection timed out.
Resolving connectivity-test.ext.nokia.com... 191.238.96.69
Connecting to connectivity-test.ext.nokia.com|191.238.96.69|:80... failed: Connection timed out.
Retrying.

--19:09:36--  http://connectivity-test.ext.nokia.com/
  (try: 3) => `index.html'
Connecting to connectivity-test.ext.nokia.com|191.238.96.69|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 204 No Content
  Server: nginx/1.6.2
  Date: Sat, 30 Jan 2016 18:09:41 GMT
  Connection: keep-alive
Length: unspecified
204 No Content
This let icd2 time out and close the WLAN connection!

It seems the secure version acts better but would fail as we do not have the right certs on device (and I guess icd2 does not use it at all):
Code:
~ $ wget --server-response --spider --header='X-Nokia-WLAN-Connectivity-Test: true' --no-check-certificate https://connectivity-test.ext.nokia.com
--19:41:39--  https://connectivity-test.ext.nokia.com/
           => `index.html'
Resolving connectivity-test.ext.nokia.com... 191.238.96.69
Connecting to connectivity-test.ext.nokia.com|191.238.96.69|:443... connected.
WARNING: Certificate verification error for connectivity-test.ext.nokia.com: certificate has expired
HTTP request sent, awaiting response...
  HTTP/1.1 204 No Content
  Server: nginx/1.6.2
  Date: Sat, 30 Jan 2016 18:41:33 GMT
  Connection: keep-alive
Length: unspecified
204 No Content
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2016-01-30 at 19:08.