ObsidianNite
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
Yea thats the way I've been doing it as well. Ijust figured I'd give it a try since my router has the funtionality. I also have 50+ services running so lot of surface area to attack.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I agree with you. Thanks again for your help. All of the other services were working fine. This was the only issue I had when moving over to the new network so I concluded it had to be immich. Sorry about that.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I also get curl:
(60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.html
when I curl other services on the host, but it works fine when on another network.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
@jrasm91 @ttmx So I re-read this thread and it got me thinking. Is this an Immich Issue, a Certificate Issue, or a Network issue. I'm leaning towards a network config issue on the host because other machines, on different networks can get a response from: curl "https://immich.mydomain.com/api/server-info/ping". That seems to me that the domain, immich, and the certificate are working fine. Maybe its a DNS issue on the host. I'm open to any support your willing to give but I understand this is beyond the scope of immich support. I just created a vlan to seperate the networks and I may have broke something along the way. I'm very new to VLANS and mostly set it up so I can learn more. As another test I'm going to spin up a virtual server on a differnt network and see if I can run the immich cli on that network. Then we will know for sure which of the 3 it is.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
@jurekl Thank you for the example config file. I compared it to my own, they are identical except the option comporession, which I added.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I tried putting it after seecrt but that didn't work.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I'm using ubuntu linux. Where should I put the immich domain using the new fuction?
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I also tried https://immich.mydomain.com
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
function seecert (immich.mydomain.com) {
nslookup $1
(openssl s_client -showcerts -servername $1 -connect $1:443 <<< "Q" | openssl x509 -text | grep -iA2 "Validity")
}
-bash: syntax error near unexpected token `{'
>
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
No
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
Ok, I'll try that now.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
@bo0tzz I removed immich proxy and I'm using Caddy instead. I visted that page, but I'm not sure how to convert that to Caddy's config. I can share it here if it helps but its worked in the past. @ttmx That would make sense. I just added the subdomain so maybe something went wrong when it pulled the cert. How do I point that fuction to my server? Do I just run that at the command line?
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
I'm not sure if they are related, but thought I should mention it.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
Another side note: I use this project to display all of my services. It has a feature where you can connec a service api and display some info. For immich, its total photos, storage size, etc. That isn't working either. I tried delete and recreating the api key but I still get an error. https://github.com/benphelps/homepage
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
Maybe a good test would be to bypass Caddy & the certificate by opening a port in docker so I can access it locally. Which service / port would that be for the api?
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change

52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
What configuration should I take a look at?
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
* Trying myip:443...
* Connected to immich.myserver.com (myip) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS header, Unknown (21):
* TLSv1.2 (OUT), TLS alert, unknown CA (560):
* SSL certificate problem: self-signed certificate
* Closing connection 0
curl: (60) SSL certificate problem: self-signed certificate
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
But its not a self signed certificate.
52 replies
IImmich
•Created by ObsidianNite on 9/1/2023 in #help-desk-support
Issue Uploading after domain change
So I made a mistake when I put it into curl. I forgot the https:// - now I get curl:
(60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.html
52 replies