Hi Jim, Thanks a lot for the feedback. I know nginx devs are now working on an official patch: https://twitter.com/mdounin/status/441705983581372417
Baptiste On Sun, Mar 9, 2014 at 2:30 AM, Jim Howell <[email protected]> wrote: > Baptiste <bedis9@...> writes: > > >> Please try it and report any issue / bug / success story. >> (the wiki hosting the page above uses the patch, of course) >> > > This is great, and mostly working for me on 1.4.5! Solves a big problem > of mine.However, is it not possible to use SNI at the same time? > > When I configure nginx like so: > server { > listen 127.0.0.1:443 ssl; > server_name *.one.com; > ... > } > server { > listen 127.0.0.1:443 ssl; > server_name *.two.com; > ... > } > > SNI works as expected. If I add "accept_proxy_protocol=on" to both listen > directives, nginx fails like so: > > Starting nginx: nginx: [emerg] duplicate listen options for 127.0.0.1:443 > in /etc/nginx/sites-enabled/_.one.com:9 > > >

