I get 400 bad request when client certs are used early even though I have ssl_verify_client optional. nginx: 9612#0: *338 client SSL certificate verify error: (9:certificate is not yet valid) while reading client request headers, Is there anyway to ignore the time check? _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/by djczaski - Nginx Mailing List - English
I would like to create a secure link and be able to easily change the secret as desired. Short of rewriting the config file and restarting nginx, is there an easy way to do this? Ideally I'd like nginx to read the secret from a file. _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginxby djczaski - Nginx Mailing List - English
Is there a roadmap for nginScript and any plans to make it a part of the official nginx release? > On Apr 10, 2018, at 8:45 AM, Dmitry Volyntsev <xeioex@nginx.com> wrote: > > > >> On 13.07.2017 18:14, aledbf wrote: >> Thanks! > > Hi, > > I am glad to inform you that since njs-0.2.0 it is possible to create arbitrary http subrequests from js_contentby djczaski - Nginx Mailing List - English
I am trying to use a Cookie along with ssl_session_id to identify connections. This seems to work fine in Chrome and Firefox, but Safari looks like it uses a different ssl_session_id when it makes a websocket connection. Is there something else I can use to uniquely tie the cookie to a connection? _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.ngiby djczaski - Nginx Mailing List - English
I have a small body (less than 512 bytes) that I'd like to pass to auth_request. Since the body is discarded, I've tried passing it through a header with no luck. Is there any way to do this? location = /my_auth { internal; include fastcgi_params; fastcgi_pass unix:/tmp/nginx/sock/my_auth.sock; proxy_pass_request_body off; proxy_set_header Conteby djczaski - Nginx Mailing List - English
My device has multiple interfaces and supports dynamic ips. SO_BINDTODEVICE looks like it would be used to specify a device in the listen statement instead of having to update every IP change. I see someone submitted a patch years ago that wasn't accepted and there was no follow on. Is there any particular reason other than this probably isn't a common use case? Is this something that could be adby djczaski - Nginx Mailing List - English
For those interested: https://www.nginx.com/blog/launching-nginscript-and-looking-ahead On Wed, Sep 23, 2015 at 11:26 AM, Igor Sysoev <igor@sysoev.ru> wrote: > It will be announced today. > > -- > Igor Sysoev > >> 23 сент. 2015 г., в 8:20, Danomi Czaski <djczaski@gmail.com> написал(а): >> >> I read quite a while ago that Nginx plans toby djczaski - Nginx Mailing List - English
I read quite a while ago that Nginx plans to move towards a Javascript style configuration file that may have similar functionality to ngx_lua. I'm wondering if there were any announcements at the Nginx Conference this week. _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginxby djczaski - Nginx Mailing List - English
> On Jun 24, 2015, at 10:45 AM, Vladimir Homutov <vl@nginx.com> wrote: > >> On Wed, Jun 24, 2015 at 10:21:06AM -0400, Danomi Czaski wrote: >>> On Wed, Jun 24, 2015 at 10:00 AM, Vladimir Homutov <vl@nginx.com> wrote: >>>> On Wed, Jun 24, 2015 at 08:31:31AM -0400, Danomi Czaski wrote: >>>>> On Wed, Jun 24, 2015 at 7:03 AM, Vladimir Homutovby djczaski - Nginx Mailing List - English
On Wed, Jun 24, 2015 at 10:00 AM, Vladimir Homutov <vl@nginx.com> wrote: > On Wed, Jun 24, 2015 at 08:31:31AM -0400, Danomi Czaski wrote: >> On Wed, Jun 24, 2015 at 7:03 AM, Vladimir Homutov <vl@nginx.com> wrote: >> > On Wed, Jun 24, 2015 at 06:12:49AM -0400, Danomi Czaski wrote: >> >> Hello, >> >> >> >> On Sun, Jun 21, 2015 at 8:19by djczaski - Nginx Mailing List - English
On Wed, Jun 24, 2015 at 7:03 AM, Vladimir Homutov <vl@nginx.com> wrote: > On Wed, Jun 24, 2015 at 06:12:49AM -0400, Danomi Czaski wrote: >> Hello, >> >> On Sun, Jun 21, 2015 at 8:19 AM, Andrew Holway >> <andrew.holway@otternetworks.de> wrote: >> > Hallo! >> > >> > Using rsyslog I have set up a logging socket and confirmed that its wby djczaski - Nginx Mailing List - English
Hello, On Sun, Jun 21, 2015 at 8:19 AM, Andrew Holway <andrew.holway@otternetworks.de> wrote: > Hallo! > > Using rsyslog I have set up a logging socket and confirmed that its working > by piping in some stuff to "logger -u /dev/log" > nginx/1.8.0 does not seem to be dumping in logs however. The nginx config is > below.. Any luck? I'm seeing the same problem on 1by djczaski - Nginx Mailing List - English
> On Jul 12, 2014, at 9:06 AM, "Valentin V. Bartenev" <vbart@nginx.com> wrote: > >> On Saturday 12 July 2014 18:30:30 jags gediya wrote: >> I want to use nginx web server for arm based developement board. It's >> end application is board will work as IOTG for home automation. For >> this purpose, I want to cross compile nginx for ARM and port it on &gby djczaski - Nginx Mailing List - English
I have the same problem. The upload module was exactly what I needed. I don't understand the complexity of why it can't be made to work in 1.4.x+. On Thu, Jul 25, 2013 at 8:04 PM, nenad <nginx-forum@nginx.us> wrote: > How I can handle multipart data uploads with the latest nginx release? > > The good old upload module won^t compile anymore. > > Posted at Nginx Forum: > hby djczaski - Nginx Mailing List - English
This looked interesting but I ran into two issues. I need to be able to filter publishes on a connection basis. Also, the GPLv3 license is not suitable for my project. On Fri, Mar 15, 2013 at 7:46 PM, Nikolas Stevenson-Molnar < nik.molnar@consbio.org> wrote: > I haven't tried it yet, but nginx-push-stream-module looks good: > https://github.com/wandenberg/nginx-push-stream-module &gby djczaski - Nginx Mailing List - English
I've compiled for ARM A8. The biggest issue was configuring to use the system OpenSSL and pcre libraries. other than that , no problems. On Apr 12, 2013, at 1:45 PM, Maxim Dounin <mdounin@mdounin.ru> wrote: > Hello! > > On Fri, Apr 12, 2013 at 01:22:14PM -0400, Shohreh wrote: > >> Hello, >> >> I'd like to run Nginx on the SheevaPlug >> (http://en.wiby djczaski - Nginx Mailing List - English
What are the best options for websocket backends? I'm working with an embedded platform so I'm somewhat restricted to something lightweight in C/C++. The things I found so far are: libwebsockets: http://git.warmcat.com/cgi-bin/cgit/libwebsockets/ poco: http://www.appinf.com/docs/poco/Poco.Net.WebSocket.html Another option would be to handle it right in Openresty/ngx_lua. I see there was someby djczaski - Nginx Mailing List - English
On Dec 11, 2012, at 7:04 AM, Jonathan Matthews <contact@jpluscplusm.com> wrote: > On 11 December 2012 11:52, djczaski <djczaski@gmail.com> wrote: >> This style seems best, but I read a post from Igor that said you can >> not use nested locations except with regular expressions: >> >> http://forum.nginx.org/read.php?2,174517,174534#msg-174534 >> &gby djczaski - Nginx Mailing List - English
Thank you for the reply. On Tue, Dec 11, 2012 at 3:28 AM, Maxim Dounin <mdounin@mdounin.ru> wrote: > Hello! > > On Mon, Dec 10, 2012 at 10:35:00PM -0500, djczaski wrote: > >> Except for a few exceptions, I want to require authentication for an >> entire site. The safest place would be to put the auth_request >> directive at the http level but there's no way toby djczaski - Nginx Mailing List - English
Except for a few exceptions, I want to require authentication for an entire site. The safest place would be to put the auth_request directive at the http level but there's no way to allow the exceptions. If I put the auth_request in locations I'll need to repeat it multiple times and that seems less maintainable because the chance of it getting missed when new services are added or changed. Is tby djczaski - Nginx Mailing List - English
On Wed, Dec 5, 2012 at 10:02 PM, agentzh <agentzh@gmail.com> wrote: > Hello! > > On Tue, Dec 4, 2012 at 7:36 PM, djczaski wrote: >> I was looking at nginx as a replacement of another web server in order >> to improve performance on an embedded platform. Actually, I was able >> to implement this through access_by_lua while I was having problems >> and althougby djczaski - Nginx Mailing List - English
agentzh Wrote: ------------------------------------------------------- > Hello! > > On Tue, Dec 4, 2012 at 2:18 PM, djczaski wrote: > > Trying to get a header from an auth_request into a variable and use > it from > > Lua with no luck. This was the simple example I tried. > > > > You're making several mistakes. See the discussion below: > >by djczaski - Nginx Mailing List - English
agentzh Wrote: ------------------------------------------------------- > Hello! > > On Tue, Dec 4, 2012 at 2:18 PM, djczaski wrote: > > Trying to get a header from an auth_request into a variable and use > it from > > Lua with no luck. This was the simple example I tried. > > > > You're making several mistakes. See the discussion below: > >by djczaski - Nginx Mailing List - English
Thank you taking the time with your detailed response. I have some comments below. On Tue, Dec 4, 2012 at 9:19 PM, agentzh <agentzh@gmail.com> wrote: > Hello! > > On Tue, Dec 4, 2012 at 2:18 PM, djczaski wrote: >> Trying to get a header from an auth_request into a variable and use it from >> Lua with no luck. This was the simple example I tried. >> > > Youby djczaski - Nginx Mailing List - English
Trying to get a header from an auth_request into a variable and use it from Lua with no luck. This was the simple example I tried. location = /auth { add_header X-Boo "Hello World"; return 204; } location /test { auth_request /auth; auth_request_set $test $upstream_http_x_boo; add_headerby djczaski - Nginx Mailing List - English
I asked this question awhile ago but got no responses. I guess that means its either majorly stupid or completely obvious. I'm running on a beaglebone and when I enable something like auth_pam the number of requests I can handle drops from about 500 per second to about 30 which isn't suitable. Any kind of point would be help.by djczaski - Nginx Mailing List - English