Re: "One Time" authentication (+reverse proxy, pam, radius)

2014-12-22 Thread Chris Stankevitz
On Sat, Dec 20, 2014 at 3:46 PM, Chris Stankevitz wrote: > 2. the reverse-proxy authenticates the user (ideally using RADIUS or PAM) > > 3. the authentication is "cached" and not re-submitted for each page visited A followup: I accomplished this using apache 2.4 and mod_

"One Time" authentication (+reverse proxy, pam, radius)

2014-12-20 Thread Chris Stankevitz
Hello, I want to create a "reverse" proxy. I want users of the reverse proxy to authenticate to a radius server. I accomplished this by: nginx.conf: server { listen 443 ssl; server_name x.y.com; ssl_certificate /usr/local/etc/ssl/x.y.com.chain.crt; ssl_certif