Hi
I’m running the gateway on a Raspberry Pi. I created a certificate.pem and privatekey.pem and copied to /home/pi/.mozilla-iot/ssl
I did have to strip the passphrase from the private key as it was causing failures, seen in /var/log/daemon.log
However, now there are no failures logged, but I can’t connect using https on 443 or 4443
when I ssh to the rasberry, ss -tulw shows that there is a listener on http-alt (8080) but nothing on 4443 or 443
I know that somehow my connection on port 80 is mapped to 8080 but a bit stuck. Any advice?