Problem with App accessing server URL over SSL with Reverse Proxy, could this be my proxy and SSL config? #5622
Closed
steve-builds
started this conversation in
General
Replies: 1 comment 2 replies
-
You will need to add max_body_client_size setting to your proxy so that it can upload large file over the proxy |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a "bug" with immich so posting as a discuession here first.
I have immich running in proxmox in a Ubuntu VM with a local LAN ip on the 10. network. I set up DynDNS and port forwarded 80 and 443 from my router to the ip of the machine. I realize this is not very secure but I'm testing and playing with proxies. In the past, I would just access everything on my home LAN via my own VPN on my phone even if outside the network, and that worked fine.
Everything was working fine when my app is connected to the local ip or DynDNS from INSIDE my network using:
http://publicdomain.ddns.net:2283
as the Server URL in the iphone app. I set up the public domain and SSL and THAT worked great on the WEB APP. However, once I logged into the Mobile app (ios) ver 1.90.0 built 130, the uploading seems to work, I think, but then just stopped uploading, it seems to load the images but uploading or backing up would fail. (From inside my network, but accessing the public domain over SSL.)Once I logged in using the non-secure URL and port, the uploading worked again.
http://publicdomain.ddns.net:2283 = works fine
https://publicdomain.ddns.net = works fine in web BUT NOT in mobile app.
I used this guide from Chat GPT to set up the reverse proxy (Which seems to work on web)
On my firewall Sophos URM, I have port 80 and 443 forwarded to the VM's inside IP address.
my proxy config on the server is: /etc/nginx/sites-available/immich.conf:
I'm running Immich 1.90.2 server, 1.90.0 ios app.
I'm not seeing anything that would be related to this on the console while the docker is running in "up" mode. The iphone app just shows the images to be backed up and tries to back them up, shows the progress bar go to 100% but then just sits there and there is nothing new on the server.
Beta Was this translation helpful? Give feedback.
All reactions