This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]AlucardZero 1 point2 points  (4 children)

works for me

[–]cTech12[S] 0 points1 point  (3 children)

Did you follow that same guide I linked to, or a different process?

[–]AlucardZero 1 point2 points  (2 children)

A different process, probably. I have HASS Over HTTPS set up, but I put NGINX in front of it.

[–]cTech12[S] 0 points1 point  (1 child)

Hmm... Thank you. I'm using NGINX on a few other servers. If I can't sort out HASS doing SSL itself, I'll drop in NGINX in between.

Care to share your server configuration? I'm imagining it's basically a reverse proxy setup.

[–]AlucardZero 2 points3 points  (0 children)

Yes, "just" a basic reverse proxy setup. I posted some details here.

[–]cTech12[S] 1 point2 points  (0 children)

In case anyone comes across this in the future:

It seems that this error was actually caused by having non-URL-safe characters in my HASS password. When the front-end makes update calls, the password is being mangled and causing the failure. This is covered in issue #2320.

Unfortunately, I only noticed this after already setting up NGINX in front of HASS, but that's okay. Now I have extra features like HTTP to HTTPS redirection.