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

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

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

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 <i...@sysoev.ru> wrote: > It will be announced today. > > -- > Igor Sysoev > >> 23 сент. 2015 г., в 8:20, Danomi Czaski <djcza...@

Re: Nginx not logging to socket

2015-06-24 Thread Danomi Czaski
On Wed, Jun 24, 2015 at 7:03 AM, Vladimir Homutov v...@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.hol...@otternetworks.de wrote: Hallo! Using rsyslog I have set up a logging socket

Re: Nginx not logging to socket.

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

Re: Nginx not logging to socket

2015-06-24 Thread Danomi Czaski
On Wed, Jun 24, 2015 at 10:00 AM, Vladimir Homutov v...@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 v...@nginx.com wrote: On Wed, Jun 24, 2015 at 06:12:49AM -0400, Danomi Czaski wrote: Hello, On Sun