Advertise NPN without SPDY

Hello,

Is there a way for nginx to advertise the NPN extension without the use
of
SPDY?

I’m asking because Chrome disables SSL False Start by default, unless
the
NPN extension is advertised, and I don’t want to use SPDY right now.

Thanks

Posted at Nginx Forum:

On Sunday 18 November 2012 11:26:44 eiji-gravion wrote:

Hello,

Is there a way for nginx to advertise the NPN extension without the use of
SPDY?

Currently no, there is not.

wbr, Valentin V. Bartenev

http://nginx.org/en/donation.html

Hello,

On Mon, Nov 19, 2012 at 2:50 AM, Valentin V. Bartenev
[email protected]wrote:

On Sunday 18 November 2012 11:26:44 eiji-gravion wrote:

Hello,

Is there a way for nginx to advertise the NPN extension without the use
of
SPDY?

I think you can do this fairly easily, mostly using nginx conf and
eventually 3rd party modules.

You could use headers_more[1] to always return the Alternate Protocol
headers.

Or this Lua snippet [2] (see ngx_lua module [3]), which will only
adverstise SPDY if a client is not already using it.

Happy hacking,
Matthieu.

[1] Headers More | NGINX
[2] Use Alternate-Protocol header to advertise SPDY to clients not using it already. · GitHub
[3] Lua | NGINX

Hello,

I think you can do this fairly easily, mostly using nginx conf and
eventually 3rd party modules.

You can’t - NPN is advertised during SSL handshake.

Best regards,
Piotr S. < [email protected] >