Replies: 1 comment
-
bounce.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need some help please. I am trying to get NPM to proxy a web interface using SSL and through CloudFlare. CloudFlare is set for Full SSL. For testing I'm using sabnzbd. Following a couple of yourtube videos I was able to get it to work just fine without SSL running. Incoming port 80 was going to my internal site. Once I had it pull a lets encrypt cert and apply it. I get too many redirects on the web page. I'm not sure what to do to resolve this or what even causes this.
The config I found:
access logs have lots of this:
[04/Nov/2022:14:20:25 +0000] - - 301 - GET http test.XXXXXX.net "/" [Client 172.69.33.9] [Length 166] [Gzip -] [Sent-to 192.168.180.93] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36" "http://192.168.180.93:81/"
That IP at the end is not the port it should be redirecting to, but the management port and IP of NPM. The IP is correct, but not the port. I don't know if that means anything.
Beta Was this translation helpful? Give feedback.
All reactions