Re: Estonian ID card CRL
Cannot replicate as using just one CRL gives me error 400. Testing with openssl against largest CRL finishes in 2.2 seconds $ time openssl verify -crl_check -CAfile ESTEID-SK_2011.pem -CRLfile...
View ArticleRe: Estonian ID card CRL
Nothing while nginx is checking client certificate and I never waited long enough to nginx finish processing request (I managed to wait 100 minutes one time). I can give you revoked user certificate...
View ArticleRe: Estonian ID card CRL
I managed to build and test with version 1.11.4. It is mixed results. The good news is that it doesn't hang. The bad news is that CRL doesn't work and legit client certificate is being reject. The...
View ArticleRe: Estonian ID card CRL
Thanks for suggestion! The more I search, the more I think that there is some kind of bug. Other people also are not able to get EID CRL working with nginx....
View ArticleRe: Estonian ID card CRL
You can always file a ticket at https://trac.nginx.org/nginx/report/1?sort=ticket&asc=0&page=1
View ArticleNginx Status page
Hi, Currently, We're using Nginx 1.8 & we are monitoring the Nginx statistics using stub_status_module. However, the Active connections value seems to be higher (1 or 2K) than the no. of active...
View Article[alert] 4418#0: *99024 pread() read only 0 of 32768 from
Hi, I have a problem today with one of my servers that are handing a live streaming app. The error log look like this : 2016/10/16 16:50:38 [alert] 4418#0: *98869 pread() read only 0 of 32768 from...
View ArticleRe: [alert] 4418#0: *99024 pread() read only 0 of 32768 from
Maybe the default is 'on' See also http://mailman.nginx.org/pipermail/nginx/2013-November/041146.html
View ArticleRe: [alert] 4418#0: *99024 pread() read only 0 of 32768 from
Syntax: open_file_cache off; open_file_cache max=N [inactive=time]; Default: open_file_cache off; Context: http, server, location Default is off so somewhere you must have enabled it, or just force it...
View ArticleRe: [alert] 4418#0: *99024 pread() read only 0 of 32768 from
How can i see if it on? I have search for grep -r "open_file_cache" . inside my nginx config folder and there is no hit at all. Is there any option to get a print of the running configuration live ?
View ArticleRe: [alert] 4418#0: *99024 pread() read only 0 of 32768 from
That command is not working out well! nginx -T nginx: invalid option: "T"
View ArticleRe: [alert] 4418#0: *99024 pread() read only 0 of 32768 from
here is my compile line: nginx version: nginx/1.8.1 built by gcc 4.9.2 (Debian 4.9.2-10) built with OpenSSL 1.0.1k 8 Jan 2015 (running with OpenSSL 1.0.1t 3 May 2016) TLS SNI support enabled configure...
View ArticleRe: [alert] 4418#0: *99024 pread() read only 0 of 32768 from
Options: -?,-h : this help -v : show version and exit -V : show version and configure options then exit -t : test configuration and exit -T : test configuration, dump it and exit 1.8 is pretty old.
View ArticleArbitrary async tasks and services with nginx-haskell-module
Here is the article from my blog: http://lin-techdet.blogspot.com/2016/10/asynchronous-handlers-in-nginx-haskell.html Link to the module: http://github.com/lyokha/nginx-haskell-module
View ArticleRe: Arbitrary async tasks and services with nginx-haskell-module
It may sound daft, but what advantages has haskell over Lua ? (https://github.com/chaoslawful/lua-nginx-module)
View ArticleRe: Arbitrary async tasks and services with nginx-haskell-module
I cannot compare them side by side as far as I know lua very little, but I can try to list some prominent features of haskell. 1. Haskell compiles libraries to machine codes and can be loaded as simple...
View Article