Connecting to Frigate from the HA proxy add-on over https #5838
Unanswered
calebcall
asked this question in
Ask A Question
Replies: 1 comment
-
Just ran into this same problem; would love to know if there's a way to do it without exposing Frigate over HTTP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Frigate successfully running on my k8s cluster. I have that setup at https://frigate.mydomain.com. I'm trying to get the HA Proxy add-on to connect and it's unable to. If I put the server address as
frigate.mydomain.com:443
it then tries to connect as https://frigate.mydomain.com:443 and gets a connection refused because it's sending http traffic over an https port. If I set the server ashttps://frigate.mydomain.com
then it registers as invalid as the regex is looking for the port at the end:\d+
. If I try to set the server tohttps://frigate.mydomain.com:443
it saves but then throws the error:nginx: [emerg] invalid host in upstream "https://frigate.mydomain.com:443" in /etc/nginx/includes/upstream.conf:2
So is there a way to connect to frigate from the proxy add-on over https?
Beta Was this translation helpful? Give feedback.
All reactions