400 bad request with ssl_verify_client optional

2018-06-27 Thread Danomi Czaski
I get 400 bad request when client certs are used early even though I have ssl_verify_client optional. nginx: [info] 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? __

changing secure_link_secret

2018-06-26 Thread Danomi Czaski
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 l

safari websocket using different ssl_session_id

2017-12-07 Thread Danomi Czaski
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?

Passing small request_body to auth_request through a header

2017-04-26 Thread Danomi Czaski
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 un

SO_BINDTODEVICE

2016-05-10 Thread Danomi Czaski
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 p

Re: Nginx Javascript Configuration

2015-09-23 Thread Danomi Czaski
For those interested: https://www.nginx.com/blog/launching-nginscript-and-looking-ahead On Wed, Sep 23, 2015 at 11:26 AM, Igor Sysoev wrote: > It will be announced today. > > -- > Igor Sysoev > >> 23 сент. 2015 г., в 8:20, Danomi Czaski написал(а): >> >> I

Nginx Javascript Configuration

2015-09-23 Thread Danomi Czaski
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@

Re: Nginx not logging to socket

2015-06-24 Thread Danomi Czaski
On Wed, Jun 24, 2015 at 10:00 AM, Vladimir Homutov 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 wrote: >> > On Wed, Jun 24, 2015 at 06:12:49AM -0400, Danomi Czaski wrote: >> >> Hello, &g

Re: Nginx not logging to socket

2015-06-24 Thread Danomi Czaski
On Wed, Jun 24, 2015 at 7:03 AM, Vladimir Homutov 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 >> wrote: >> > Hallo! >> > >> > Using rsyslog I have

Re: Nginx not logging to socket.

2015-06-24 Thread Danomi Czaski
Hello, On Sun, Jun 21, 2015 at 8:19 AM, Andrew Holway 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 luc