Hi! This is my first post, so please forgive me if I do something wrong.
I have a Synology DS916+ running DSM 7.0 Beta. (I know, it was a mistake to make the upgrade instead of running it as a virtual machine first to try it out).
The most important application for me is Synology Photos. I am trying to share an album with my mother-in-law and have problems with the security certificate.
I am running Nginx Reverse Proxy manager as a Docker container. The router forwards all traffic on ports 80 and 443 to this reverse proxy.
The reverse proxy then looks at the subdomain part of the address to know which service to forward the traffic to.
I have set up a number of subdomains to deal with the different services running on the Diskstation.
So the subdomain I use to access "ordinary web hosting" is called "home" and the subdomain used to access the Photos app is called "photo".
So when I want to access all my photos, I type "photo.puke.se" into my web-browser. Nginx reverse proxy manager handles the certificate of this subdomain (all all the others) by using LetsEncrypt. Everything works as it should up to this point.
But when I want to share an album, the link that the Photos app gives me uses the "home" subdomain, and when the user tries to access the album, the webbrowser complains that the certificate is not valid.
Changing the subdomain-part of the share-link does not work either. And there does not seem to be a way to manually edit the share-link in the Photos app either.
How can I solve this problem?
I have a Synology DS916+ running DSM 7.0 Beta. (I know, it was a mistake to make the upgrade instead of running it as a virtual machine first to try it out).
The most important application for me is Synology Photos. I am trying to share an album with my mother-in-law and have problems with the security certificate.
I am running Nginx Reverse Proxy manager as a Docker container. The router forwards all traffic on ports 80 and 443 to this reverse proxy.
The reverse proxy then looks at the subdomain part of the address to know which service to forward the traffic to.
I have set up a number of subdomains to deal with the different services running on the Diskstation.
So the subdomain I use to access "ordinary web hosting" is called "home" and the subdomain used to access the Photos app is called "photo".
So when I want to access all my photos, I type "photo.puke.se" into my web-browser. Nginx reverse proxy manager handles the certificate of this subdomain (all all the others) by using LetsEncrypt. Everything works as it should up to this point.
But when I want to share an album, the link that the Photos app gives me uses the "home" subdomain, and when the user tries to access the album, the webbrowser complains that the certificate is not valid.
Changing the subdomain-part of the share-link does not work either. And there does not seem to be a way to manually edit the share-link in the Photos app either.
How can I solve this problem?