Jump to content

Server - Checkbox to toggle port on external domain


Go to solution Solved by pir8radio,

Recommended Posts

mwongjay
Posted

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
Posted (edited)

@@mwongjay Under advanced settings did you set the "Public HTTPS port number" to 443?  

Edited by pir8radio
  • Like 1
mwongjay
Posted

@@mwongjay Under advanced settings did you set the "Public HTTPS port number" to 443?  

 

No, I had not. That worked. Thanks man!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...