Re: Proxy pass certificate autentificate TO MS IIS

2015-10-26 Thread Maxim Dounin
Hello! On Sun, Oct 25, 2015 at 02:38:33PM -0400, agrisv wrote: [...] > Maybe something with ssl renegotiation in nginx??? SSL renegotiation is completely forbidden in nginx as of now. If you are trying to connect to a server which requires renegotiation - it won't work. -- Maxim Dounin htt

Re: Proxy pass certificate autentificate TO MS IIS

2015-10-25 Thread agrisv
No i think it was something with favicon request.. now i always get getaway timeout 1. also try from different server with nginx 1.8 nothing helped.. proxy_ssl_verify off; proxy_ssl_certificate /etc/nginx/ssl/test/test.pem; proxy_ssl_certificate_key /etc/nginx/ssl/test/test_key.pem; proxy_pas

Re: Proxy pass certificate autentificate TO MS IIS

2015-10-25 Thread itpp2012
agrisv Wrote: --- > *4622 access forbidden by rule, client: 10.2.6.1 > IIS side: > 500 0 64 119971 > > So i hope someone could know why? Maybe the "access forbidden" is the issue? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,

Proxy pass certificate autentificate TO MS IIS

2015-10-25 Thread agrisv
Nginx 1.9.5 (linux Centos7)--> MS IIS 8.5 So i try to use nginx as client revers proxy for IIS where need client certificate authentication at IIS level. nginx:443->>IIS:443+client certificate authentications. example location proxy pass also here are commented commands which i try. location ^~ /t