mwongjay 74 Posted July 13, 2017 Posted July 13, 2017 For setups using nginx to proxy external requests Emby Connect doesn't work. It would be great to add a toggle that asks the user if Emby is behind a reverse proxy which will determine whether to append the port or not. When Emby Connect attempts to connect to the server the GET request issued fails. GET https://random-server.org:8920/emby/system/info/public net::ERR_CONNECTION_REFUSED However, if I send another request to https://random-server.org/emby/system/info/public I then get the response successfully {"LocalAddress":"http://192.168.20.14:8096","WanAddress":"https://random-server.org:8920","ServerName":"<(0_0)>","Version":"3.2.25.2","OperatingSystem":"Linux","Id":"qwertyuiop"}
Solution pir8radio 1312 Posted July 14, 2017 Solution Posted July 14, 2017 (edited) @@mwongjay Under advanced settings did you set the "Public HTTPS port number" to 443? Edited July 14, 2017 by pir8radio 1
mwongjay 74 Posted July 14, 2017 Author Posted July 14, 2017 @@mwongjay Under advanced settings did you set the "Public HTTPS port number" to 443? No, I had not. That worked. Thanks man!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now