Setup Failing

Hi all, I’ve Flashed an SD Card, inserted it into my Rasp Zero W. turned it on and booted it up. I can connect to the Gateway hotspot and I’ve entered in my wifi and password using my Ipad. It then connects to my normal wifi (I can see on my router it connects and I can ping it), however when I either use gateway.local or http://192.168.x.x I just get page not found.
I’ve even enabled ssh on the thing and connected in to make sure it’s active and working.
I’ve tried different browsers, on different devices. I have no proxy’s enabled.

Any ideas? Is there a specific URL to try once you get to this stage? I’ve tried going back to /wifi-setup but no dice. My command line expertise isn’t good enough to figure out whether the web service is running.

pi@gateway:~ $ sudo service --status-all
[ - ] alsa-utils
[ + ] avahi-daemon
[ + ] bluetooth
[ - ] console-setup.sh
[ + ] cron
[ + ] dbus
[ + ] dhcpcd
[ - ] dnsmasq
[ + ] dphys-swapfile
[ + ] fake-hwclock
[ + ] gateway-iptables.sh
[ - ] hostapd
[ - ] hwclock.sh
[ - ] keyboard-setup.sh
[ + ] kmod
[ + ] networking
[ - ] nfs-common
[ - ] paxctld
[ - ] plymouth
[ - ] plymouth-log
[ + ] procps
[ + ] raspi-config
[ - ] rpcbind
[ - ] rsync
[ + ] rsyslog
[ + ] ssh
[ - ] sudo
[ + ] triggerhappy
[ + ] udev

Any ideas? Thanks.

I would check the log “run-app.log” in mozilla-iot/gateway directory. Any distinct error?

Hello!
I don’t know much but I think that the local address becomes unusable when you establish the SSL. At least that’s what it looked like to me.
BUT I’m no developer or anything cool like that, I just want to control my GE Link lights. ha!

Hi,

have you tried going to the specific port number if you have added your SSL cert’s to work locally?

e.g. so from my machine I would do:
'https://192.168.xxx.xxx:4443/things

Regards, Nicholas.