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

HTTP streaming support #32

Open timurb opened 9 years ago

timurb commented 9 years ago

Any chance to have HTTP streaming support?

I'm trying to run Cassandra OpsCenter behind the google_oauth_proxy and it establishes long-running connections between browser and the server which don't work (the rest of the page is displayed fine).

When I try to run it behind plain nginx with the same settings it appears to work ok so this should not be an issue with my nginx config.

sphr2k commented 9 years ago

Second that. I tried proxying Guacamole, which is working fine through an nginx reverse proxy; unfortunately, the connection is dropped after a few seconds, when connecting through google_auth_proxy.