script-server icon indicating copy to clipboard operation
script-server copied to clipboard

HTTP 403 Forbidden with /admin.html

Open brettks opened this issue 2 years ago • 1 comments

Trying to access behind nginx proxy server with SSL. Getting the main page fine but unable to access admin.html, get a forbidden error. I've tried adding the proxy to trusted IP. Any tips on getting access working via proxy?

Thanks

brettks avatar Apr 25 '23 17:04 brettks

Hi @brettks, after adding your proxy to a trusted IP, you can add your own IP to trusted users. Of course, that would only work, if you have a static IP. Please also read this one: https://github.com/bugy/script-server/wiki/Authentication#ip

Alternatives are:

  • use any kind of authentication, so you can give an admin access to a real username
  • make all the users to be an admin

bugy avatar Apr 25 '23 18:04 bugy