You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user can configure certain HTTP-related features; in my case I came across this issue because I use client certificate validation (mutual TLS / mTLS).
Some features in Immich use the background_downloader package. E.g. when downloading an asset. The HTTP configuration is not passed to this background_downloader package, causing all HTTP requests to fail.
In my case this means I'm unable to download assets.
The bug
The user can configure certain HTTP-related features; in my case I came across this issue because I use client certificate validation (mutual TLS / mTLS).
Some features in Immich use the
background_downloader
package. E.g. when downloading an asset. The HTTP configuration is not passed to this background_downloader package, causing all HTTP requests to fail.In my case this means I'm unable to download assets.
Code reference
The OS that Immich Server is running on
Cloudflare Tunnel
Version of Immich Server
1.123.0
Version of Immich Mobile App
1.123.0
Platform with the issue
Your docker-compose.yml content
irrelevant
Your .env content
Reproduction steps
...
Relevant log output
Nothing relevant in the logs
Additional information
No response
The text was updated successfully, but these errors were encountered: