Steve Melo

Results 6 comments of Steve Melo

I'm also experiencing this issue when running it through nginx reverse proxy. I configure nginx to upgrade the http connection to http1.1 thinking it might be web socket related?

I have the same setup and use Cloudflare Zerotrust to protect my home-assistant. I got this to work by only protecting the auth subfolder `auth/authorize`. I've been using it for...

After disabling ZeroTrust and authenticating on the new device it works. After the device has been authenticated I can re-enable ZeroTrust and everything continues to work just like it has...

i had a similar issue just now. Restoring the db from backup after manually running the `/etc/my_init.d/40_firstrun.sh` gets the db running again but my db is empty. Here's what i...

> This is how I use a bastion server and setup with Semaphore. > > _ssh-bastion.cfg_ > > ``` > StrictHostKeyChecking no > > Host bastion > ProxyJump none >...

I'm running into the same issue. How can we validate if the `access_token` in `~/.questrade.json` is still valid and if not use the `refresh_token` to get a new `access_token`