Since I upgraded my Blue Iris from v5 to v6, remote access works for a couple of hours after having (re-)started the PC (or having restarted the service (I run BI as a service)), but then stops working.
Rolling back to v6.0.2.10 doesn't solve the problem.
The Windows Defender Firewall allows inbound traffic for "C:\program files\blue iris\blueiris.exe" on all TCP and UDP ports for domain, private and public networks.
Remote access is configured via a Traefik reverse proxy (that worked without issues with v5), forwarding traffic from to my BI PC on .
Remote access to other sites proxied via Traefik is working fine.
The following restrictions are configured in Traefik:
Is one of those perhaps too strict with v6 ?
Otherwise I'll just have to roll back to v5 ...
Rolling back to v6.0.2.10 doesn't solve the problem.
The Windows Defender Firewall allows inbound traffic for "C:\program files\blue iris\blueiris.exe" on all TCP and UDP ports for domain, private and public networks.
Remote access is configured via a Traefik reverse proxy (that worked without issues with v5), forwarding traffic from to my BI PC on .
Remote access to other sites proxied via Traefik is working fine.
The following restrictions are configured in Traefik:
Code:
default-headers:
headers:
frameDeny: true
browserXssFilter: true
contentTypeNosniff: true
forceSTSHeader: true
stsIncludeSubdomains: true
stsPreload: true
stsSeconds: 15552000
customFrameOptionsValue: SAMEORIGIN
customRequestHeaders:
X-Forwarded-Proto: https
Is one of those perhaps too strict with v6 ?
Otherwise I'll just have to roll back to v5 ...
