tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Is user authentication possible? #71

Closed hdavy2002 closed 10 years ago

hdavy2002 commented 11 years ago

I want to share my proxy with my friends, I was wondering if something like this is possible.

https://github.com/igrigorik/node-spdyproxy/pull/9

cheers

tatsuhiro-t commented 11 years ago

Shrpx does not have authentication configuration directly, but you can use backend http proxy's authentication feature.

tatsuhiro-t commented 10 years ago

We have added client certificate validation. It could be used as authorization.