This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HTTP error 404 when connecting Out-of-Box to exosite

Other Parts Discussed in Thread: EK-TM4C129EXL, EK-TM4C1294XL

I'm running the senshub_iot example from tivaware - fresh download

I created an exocit account and added my launchpad with MAC address.

My launchpad receives an IP address from my router.

When connecting to the exocite url to receive the CIK, I get an http 404

Current MAC: 08:00:28:5a:83:b9
Welcome to the EK-TM4C1294XL Exosite Senshub IoT Demo using FreeRTOS!
IP: 192.168.1.6
CIK not found in EEPROM.
Connecting to exosite to obtain a new CIK...
Attempt 1 of 3 to acquire CIK failed!
Attempt 2 of 3 to acquire CIK failed!
Attempt 3 of 3 to acquire CIK failed!
No CIK could be obtained.

The http 404 is happening in file

exocite.c

line 291

  http_status = get_http_status(sock);

  if (200 == http_status)
  {

Unrelated, but relevant because it's step 1 in the instructions:
There's also a 404 on the exosite home page in the browser:

When you're logged in, and under step 1

you click on:

Configure your device:

See Exosite-supported TI Devices here to set up your device.
the 'here link ()  gives a 404 too.