[Solved] Can not access "https://noc.thethingsnetwork.org:8085/api/v2/gateways/xxx"

Hi,

Although a fellow community member can access this url I cannot.
I have tried multiple systems (windows, Linux) on multiple ISP (Work, home, and from a VPS) but without success and on my Andoid phone with success.

On linux I get:

me@server:~$ wget https://noc.thethingsnetwork.org:8085/api/v2/gateways/ttn_apeldoorn_stadhuis
--2019-08-23 09:12:00-- https://noc.thethingsnetwork.org:8085/api/v2/gateways/ttn_apeldoorn_stadhuis
Resolving noc.thethingsnetwork.org (noc.thethingsnetwork.org)... 51.140.162.160
Connecting to noc.thethingsnetwork.org (noc.thethingsnetwork.org)|51.140.162.160|:8085... connected.
OpenSSL: error:1408F10B:SSL routines:ssl3_get_record:wrong version number
Unable to establish SSL connection

On Firefox I get:

afbeelding
Information I found sofar refer to difference in SSL versions or certifcates.

Solution
The original link is using “httpS” while the url is not using ssl. Therefore you need to use the following link: http://noc.thethingsnetwork.org:8085/api/v2/gateways/ttn_apeldoorn_stadhuis

This one works.

1 Like