Welcome! Log In Create A New Profile

Advanced

Re: Directive only for certain alias

August 31, 2011 09:58AM
I just found out that it's not possible to add ssl_verify_client directive in a "location". I received a suggestion from @kolbyjack on the nginx IRC channel which helped me with this problem. The solution was to deal with the $ssl_verify_client returning value.

if ($ssl_client_verify != SUCCESS) {
return 401;
break;
}
Subject Author Posted

Directive only for certain alias

cicovy August 31, 2011 08:43AM

Re: Directive only for certain alias

Maxim Dounin August 31, 2011 09:04AM

Re: Directive only for certain alias

cicovy August 31, 2011 09:58AM

Re: Directive only for certain alias

Igor Sysoev August 31, 2011 10:04AM

Re: Directive only for certain alias

cicovy August 31, 2011 10:47AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 183
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready