Ok running HA OS 7.6. Server is running SSL on 8123 and proxied externally through cloudflare on 8443. Added the Genie add-on via the Add-ons. Rebooted HA, Integrations detects Genie Add-On, proceed to accept integration. Go back to Add-Ons, select Genie, open the Web UI and try a test Hello. All is working so far.
This is where it all fails. Go to My Skills and Configure New Skill. Attempt to add on new skill such as Dad Jokes and get the following:
Ok, I’ll try adding in Home Assistant anyhow. 1st screen is Oauth,
click continue and then this
which is the oauth redirect to
/auth/authorize?response_type=code&redirect_uri=https%3A%2F%2Fgenie.stanford.edu%2Fdevices%2Foauth2%2Fcallback%2Fio.home-assistant&client_id=https%3A%2F%2Fthingengine.stanford.edu&state=7c50bd556c049f95b54cc3309105279f
attempt to replace the host with xx.xxxxx.com:8443 and get this
Makes sense, since my HA is using SSL, have to go secure. So I change from http to https and get this
Which then times out in a few seconds and I get this
Any ideas how to get Genie working with an SSL only HA instance?