Re: Routing based on ALPN

2018-03-07 Thread Wiktor Kwapisiewicz via nginx
> below is the initial version of patch that creates the > "$ssl_preread_alpn_protocols" variable; the content is a comma-separated > list of protocols, sent by client in ALPN extension, if present. > > Any feedback is appretiated. > I have just tested this patch and can confirm it's working

Re: Routing based on ALPN

2018-02-25 Thread Wiktor Kwapisiewicz via nginx
>> Is there a way to access and save ALPN value to a variable? > > It should possible to parse the incoming buffer with > https://nginx.org/r/js_filter and create a variable to make a routing > decision on. > Excellent idea for quickly solving this problem, thanks! Would a long term solution