Сам себе отвечу :) На Сервер1 не хватало строки: proxy_ssl_name $host;by Alexey Koscheev - Nginx Mailing List - Russian
Сервер1 (принимает запросы и проксирует на сервер 2): server { listen a.b.c.d:443 ssl; server_name abcd.example ; access_log off; ssl_certificate path_to.crt; ssl_certificate_key path_to.key; location / { proxy_pass https://b.c.d.e:443; proxy_ssl_server_name on; proxy_set_header Host $host; } } Сервер2 server { lisby Alexey Koscheev - Nginx Mailing List - Russian
Сейчас auth_request_module позволяет обрабатывать только 401 и 403 коды ответа авторизующего сервера. Было бы неплохо разрешить дополнительные коды ответа, чтобы можно было в зависимости от них, используя error_page, передавать обрабby Alexey Koscheev - Ideas and Feature Requests
Apache в версии 2.4.25 добавили директиву HttpProtocolOptions, которая по умолчанию имеет параметр Strict. Планируется ли в nginx введение подобной директивы для блокировки не корректных запросов. Сейчас возникает странная ситуация с иby Alexey Koscheev - Ideas and Feature Requests
Hi! > > Additionally, while looking into this I've found that due to > > OpenSSL bug the OCSP stapling won't work at all if it's not > > enabled in the default server. Please, add this to the documentation.by Alexey Koscheev - Nginx Mailing List - English
http://forum.nginx.org/read.php?10,214474by Alexey Koscheev - Nginx Mailing List - English
I wrote Igor in july same questions/requests. But there were no feedback. ey-balancer is unstable.by Alexey Koscheev - Ideas and Feature Requests