Re: alternative ssl

2013-10-29 Thread Fleshgrinder
Was there ever any progress on this topic? Personally I think it would be very interesting to see nginx supporting CyaSSL with the NTRU algorithm for high performance websites. To be honest, I'd love to run some benchmarks on my own on this. Posted at Nginx Forum: http://forum.nginx.org/read.php?

Re: Possible gzip_vary bug? (v1.5.1)

2013-06-19 Thread Fleshgrinder
Many thanks Maxim, sometimes the solution is so easy. I was using SPDY and only checked with latest Firefox and Chrome. And one shouldn't trust Page Speed, it keeps telling me about the vary headers, although it's using SPDY. Again, many thanks. Posted at Nginx Forum: http://forum.nginx.org/read.

Possible gzip_vary bug? (v1.5.1)

2013-06-19 Thread Fleshgrinder
I'm running the latest development version of nginx and gzipping is working. But no Vary Accept-Encoding header is added to any gzip response. The gzip_http_version isn't affecting the behavior, no matter if I set it to 1.0 or 1.1 no header is sent. Even if I add the header myself via the add_heade

Re: nginx openssl compilation problem

2013-04-29 Thread Fleshgrinder
Finally I was able to compile nginx and of course I'd like to share this with you. Seems like the order of the configure options was the problem. I used the following configure argument order and it compiled without any problems. nginx version: nginx/1.4.0 built by gcc 4.7.2 (Debian 4.7.2-5) TLS S

nginx openssl compilation problem

2013-04-26 Thread Fleshgrinder
Hello, I'm desparately trying to compile the latest nginx with the latest OpenSSL. In short I'm grabbing the latest nginx tar.gz (1.4.0 but had the same problem with 1.3.16) and the latest OpenSSL tar.gz (1.0.1e but have the same problem with 1.0.1d) extract them and want to compile them. Everythi