bitly / oauth2_proxy

A reverse proxy that provides authentication with Google, Github or other provider
MIT License
5.1k stars 1.21k forks source link

404 not found on redirect #681

Closed yrock closed 5 years ago

yrock commented 5 years ago

I successfully deployed oauth2_proxy with upstream set to static file path. Now tried changing it to https upstream, to Apache on same host, when I browse I get a 404. Here's the relevant parts of the config file:

http_address = "IP:4180" https_address = ":4181"

upstreams = [ "https://127.0.0.1/kc" ]

yrock commented 5 years ago

Never mind, solved.