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