nginx as https client
Добрый день.Есть необходимость настроить nginx в качестве reverse proxy наhttps-сервер, который требует авторизацию по клиентскому сертификату.Поиск в гугле и в документации ничего не дал. Такое вообще...
View ArticleRe: nginx as https client
15.02.2013 20:59, Denis Kostousov пишет:> Добрый день.>> Есть необходимость настроить nginx в качестве reverse proxy на> https-сервер, который требует авторизацию по клиентскому...
View ArticleRe: nginx as https client
Здравствуйте, Denis.Вы писали 15 февраля 2013 г., 20:59:03:> Добрый день.> Есть необходимость настроить nginx в качестве reverse proxy на> https-сервер, который требует авторизацию по...
View ArticleRe: nginx as https client
Да внутренние заморочки. Наш сервис требует авторизацию по ssl. На этомного завязано. А один из клиентов не может у себя это оживить потехническим причинам. Вот и думаем для него прокси поднять,...
View ArticleRe: nginx as https client
On Sat, Feb 16, 2013 at 11:43:27AM +0600, Denis Kostousov wrote:> Да внутренние заморочки. Наш сервис требует авторизацию по ssl. На это> много завязано. А один из клиентов не может у себя это...
View ArticleRe: Upgrade From Fedora 15 to 17: nginx Doesn't Work
I've tried to fix the "Too many connections problem" following the suggested...
View ArticleRe: Upgrade From Fedora 15 to 17: nginx Doesn't Work
I forgot to click "Follow Topic", so I'm posting again just to do that, as I don't see any way to alter my previous post to enable follow.So please reply after this post or in some other way by which...
View ArticleRe: nginx as https client
Denis Kostousov <denis.kostousov@gmail.com> написал(а):>Да внутренние заморочки. Наш сервис требует авторизацию по ssl. На это>много завязано. А один из клиентов не может у себя это оживить...
View ArticleRe: nginx as https client
16.02.2013 14:50, Andrey Kopeyko пишет:> Denis Kostousov <denis.kostousov@gmail.com> написал(а):>>> Да внутренние заморочки. Наш сервис требует авторизацию по ssl. На это>>...
View ArticleRe: Upgrade From Fedora 15 to 17: nginx Doesn't Work
Hello!On Sat, Feb 16, 2013 at 03:43:55AM -0500, youreright wrote:> I've tried to fix the "Too many connections problem" following the suggested> sites:>...
View ArticleSPDY+CORS not working under Chrome
Hi,I've following problem: we are running website with SPDY enabled (nginx1.3.12 with SPDY patch 62 and OpenSSL 1.0.1e) where we are providing APIinterface too. This API is used by other site (mobile...
View ArticleRFC: PolarSSL support.
Hello,In my (regrettably) copious spare time I have been working on addingsupport for PolarSSL[0] as an alternative to OpenSSL. I'm getting closeto the point where I am comfortable with the code and...
View ArticleRe: Upstream и обращение к бекенду по днс имени
Было бы еще неплохо, что в логах nginx можно было логировать по днс имени, на какой бекенд ушел клиент. Есть такая возможность?
View Articleinstalling nginx on centos should be straightforward
I have set up a virtual server with a LAMP stack (Centos 6.3) and am now trying to install nginx to use as a proxy server. I have been told to download from sudo rpm -Uvh...
View ArticleRe: installing nginx on centos should be straightforward
On Sat, 2013-02-16 at 17:27 -0500, mottwsc wrote:> I have set up a virtual server with a LAMP stack (Centos 6.3) and am now> trying to install nginx to use as a proxy server. I have been told...
View Articleconvert rule apache to nginx
RewriteCond %{REQUEST_URI} /(.+?)/pagina-(.+?)/ [NC]RewriteRule (.*) /%1/?page=%2 [L,QSA,NC]_______________________________________________nginx-ru mailing...
View ArticleRe: convert rule apache to nginx
Здравствуйте, Виталий.> RewriteCond %{REQUEST_URI} /(.+?)/pagina-(.+?)/ [NC]> RewriteRule (.*) /%1/?page=%2 [L,QSA,NC]А зачем менять uri? Запрос куда дальше пойдёт? Выглядит так, как будтопотом...
View ArticleRe: installing nginx on centos should be straightforward
Thanks for the suggestion, Steve. I was working from that angle before based on advice from a person at my hosting company and had used the nginx repo. I am addressing three points in response. Any...
View ArticleDebugging performance under high load
Hi all,I have a reasonably beefy VPS (16gb RAM, 4x vCores) running Ubuntu 12.04 LTS on a 1GigE line that is basically uncontested at the moment. Speed tests on the box show reasonably high bandwidth...
View ArticleRe: RFC: PolarSSL support.
Hello,The diff containing my first pass implementation is available at:http://www.schwanenlied.me/yawning/nginx/nginx-1.3.12-polarssl-20130217.diff.gzBehavioral differences:* ssl_ciphers_list format is...
View Article