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

[Shrpx] Configuration for HTTPS Protocols #99

Closed danez closed 10 years ago

danez commented 10 years ago

It would be nice to have a configuration option, which would allow to set which protocols are valid for non-spdy connections to shrpx.(Similiar to what can be configured in Apache/nginx)

For example:

protocols=SSLv3 TLSv1.0 TLSv1.1 TLSv1.2;

My usecase is, that I want to disable ssl v3.

tatsuhiro-t commented 10 years ago

I think this option is useful to all SSL/TLS connection. There is no reason to restrict it to non-spdy connections.

danez commented 10 years ago

Ah okay, thought it has no relevance for spdy, my mistake :baby:

tatsuhiro-t commented 10 years ago

Fix committed in 06e1f52