MSR with reverse proxy
-
I'm trying to use MSR via reserve proxy in Synology DSM, but MSR page does not load
https://<public ip>:30000/reactor/en-US/At the same time logging page loads normally
https://<public ip>:30000/api/v1/logI thought maybe authentication was messing it up, but there was no deny entries in the log, and also disabling authentication did not make any difference. For this use case VPN is not an option (that works, but as said not an option for this particular use case).
Any ideas what could cause this? MSR build latest-26242-28d69aa8, Chrome browser
-
Do you have
baseurlset in your config? -
Do you have
baseurlset in your config?@toggledbits yes I have
baseurl: "http://<private ip>:8111" -
Yeah, that will likely be a problem. It will try to redirect to that private IP and find itself unable. The API calls to the public IP don't need to do this, but the UI interfaces very much do. You might try putting the public IP there.








