Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Client IP is detected #436

Closed
naveednajam opened this issue Apr 4, 2016 · 2 comments
Closed

Incorrect Client IP is detected #436

naveednajam opened this issue Apr 4, 2016 · 2 comments

Comments

@naveednajam
Copy link

I am using PlexConnect on Synolog NAS DSM 6.0. New DSM using Nginx to create the reverse proxy configuration. My NAS IP is 172.16.0.250, Plex Connect is successfully started on 172.16.0.250:9998 and a reverse proxy configuration is created at the nginx.conf for https://trailers.apple.com to http://172.16.0.250:9998.
However when I try to browse https://trailers.apple.com is show below error. where client IP is same as my server IP. But I browser http://trailers.apple.com:9998 is shows the correct client IP.

When Browse https://trailers.apple.com
Error response
Error code 403.
Message: Not Serving Client 172.16.0.250.
Error code explanation: 403 = Request forbidden -- authorization will not help.

When Browse http://trailers.apple.com:9998
Error response
Error code 403.
Message: Not Serving Client 172.16.254.6.
Error code explanation: 403 = Request forbidden -- authorization will not help.

@moodyblue
Copy link
Collaborator

Please use this package to install PlexConnect in DSM6 http://www.brigittehelsen.be/plexconnect/packages/plexconnect_noarch_0.5-15.spk

You must also remove the reverse proxy rule from Application Portal

If you are not happy with PlexConnect using ports 81 and 444 you can edit the following files and modify them:

/usr/local/plexconnect/etc/plexconnect.conf
/usr/local/plexconnect/share/PlexConnect/Settings.cfg

After modifying the above files you need to reload nginx (or reboot your Syno)

@naveednajam
Copy link
Author

Thanks. After installing plexconnect_noarch_0.5-15.spk
http://www.brigittehelsen.be/plexconnect/packages/plexconnect_noarch_0.5-15.spk
it
is working fine.

On 12 April 2016 at 00:39, moodyblue notifications@github.com wrote:

Please use this installer
http://www.brigittehelsen.be/plexconnect/packages/plexconnect_noarch_0.5-15.spk

You must also remove the reverse proxy rule from Application Portal

If you are not happy with PlexConnect using ports 81 and 444 you can edit
the following files and modify them:

/usr/local/plexconnect/etc/plexconnect.conf
/usr/local/plexconnect/share/PlexConnect/Settings.cfg

After modifying the above files you need to reload nginx (or reboot your
Syno)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#436 (comment)

@iBaa iBaa closed this as completed May 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants