[Config Support]: Frigate Proxy HA Add-On, NGIX error. #16303
-
Describe the problem you are havingI have Frigate running on an M1 mac mini, which is on the same vlan as the machine running Home Assistant. I can access the Frigate WebGUI via its IP/Port = https://192.168.24.22:8971/, but I get a cert error (expected since its a self signed port). Once I accept I can access it via a web browser. When I and use the same https://192.168.24.22:8971/ on the HA Frigate Proxy Add-On, I get an error when clicking on it on the side bar/web gui 502 Bad Gateway Version.15 RC2 Frigate config filemqtt:
enabled: false
cameras:
driveway:
enabled: true
ffmpeg:
inputs:
- path: rtsp://192.168.24.136:7447/iZjr2rAseDo0vitN
roles:
- detect
detect:
width: 1920
height: 1080
fps: 5
snapshots:
enabled: true
retain:
default: 1
clean_copy: false
motion:
threshold: 30
contour_area: 20
improve_contrast: true
mask:
- 0,0,0.587,0,0.589,0.032,0.001,0.034
- 0.008,0.053,0.202,0.053,0.201,0.078,0.006,0.078
front-door:
enabled: true
ffmpeg:
inputs:
- path: rtsp://192.168.12.11:554/DPLZFY
roles:
- detect
detect:
width: 960
height: 1280
fps: 5
snapshots:
enabled: true
retain:
default: 1
clean_copy: false
go2rtc:
streams:
driveway:
- rtsp://192.168.24.136:7447/iZjr2rAseDo0vitN
front-door:
- rtsp://192.168.12.11:554/DPLZFY
version: 0.15-1
auth:
enabled: false
semantic_search:
enabled: true
reindex: false
model_size: large Relevant Frigate log output[19:20:42] INFO: Starting NGinx...
2025/02/03 19:20:43 [error] 349#349: *1 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 172.30.32.2, server: ccab4aaf-frigate-proxy, request: "GET // HTTP/1.1", upstream: "https://192.168.24.22:8971//", host: "homeassistant.local:8123", referrer: "http://homeassistant.local:8123/hassio"
2025/02/03 19:20:48 [error] 349#349: *1 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 172.30.32.2, server: ccab4aaf-frigate-proxy, request: "GET // HTTP/1.1", upstream: "https://192.168.24.22:8971//", host: "homeassistant.local:8123", referrer: "http://homeassistant.local:8123/hassio/ingress/ccab4aaf_frigate-proxy"
2025/02/03 19:20:54 [error] 349#349: *1 SSL_do_handshake() failed (SSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:SSL alert number 70) while SSL handshaking to upstream, client: 172.30.32.2, server: ccab4aaf-frigate-proxy, request: "GET // HTTP/1.1", upstream: "https://192.168.24.22:8971//", host: "homeassistant.local:8123", referrer: "http://homeassistant.local:8123/hassio/ingress/ccab4aaf_frigate-proxy" Relevant go2rtc log outputN/A Frigate statsNo response Operating systemHassOS Install methodHassOS Addon docker-compose file or Docker CLI commanddocker run --platform linux/arm64 -d \
--name frigate \
--restart=unless-stopped \
--mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 \
--shm-size=128m \
-v /PATHWAY/frigate/storage:/media/frigate \
-v /PATHWAY/frigate/config:/config \
-v /etc/localtime:/etc/localtime:ro \
-e FRIGATE_RTSP_PASSWORD='XXXXXXX' \
-p 8971:8971 \
-p 8554:8554 \
-p 8555:8555/tcp \
-p 8555:8555/udp \
ghcr.io/blakeblackshear/frigate:0.15.0-rc2-standard-arm64 Object DetectorCPU (no coral) Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You'll need to disable tls to access it in the nginx proxy |
Beta Was this translation helpful? Give feedback.
-
I don't have an NGINX proxy setup explicitly, so was this deployed as part of Frigate or Frigate Proxy? |
Beta Was this translation helpful? Give feedback.
you'll need to disable tls in frigate https://docs.frigate.video/configuration/tls