Re: Client Authentication Problem when access from android phone

2016-01-11 Thread atsushi2550
Dear Maxim Dounin Hello ! Thank you for quick response. I understand your answer. Add if ($ssl_client_i_dn != "...") { return 403; } and I can limit access from issued intermediate CA. Regards, Atsushi Posted at Nginx Forum: https://forum.nginx.org/read.php?2,263895,263936#msg-263936

Re: Client Authentication Problem when access from android phone

2016-01-08 Thread Maxim Dounin
Hello! On Fri, Jan 08, 2016 at 03:33:56AM -0500, atsushi2550 wrote: > Hi there, > > I'm trying to set up reverse proxy server with client authentication. > > --- Environment --- > My CA is 2 tier. > Root CA - intermediate CA - Client Certificate. > > --- Problem Discripton --- > When I access

Client Authentication Problem when access from android phone

2016-01-08 Thread atsushi2550
Hi there, I'm trying to set up reverse proxy server with client authentication. --- Environment --- My CA is 2 tier. Root CA - intermediate CA - Client Certificate. --- Problem Discripton --- When I accessed proxy server from laptop pc, only the correct client certificate was suggested, and au