Re: how to get the ca from client by servlet

2003-07-25 Thread achana
Hi. We are in the same boat ! See Zhangwei's email. It seems to be a bug, to be fixed by the next release , coming out this month. errise wrote: > > I had finished the configuration of apache + tomcat + ssl.but i found i can't get > client's ca in this environment by servlet. > I successfully

how to get the ca from client by servlet

2003-07-25 Thread errise
I had finished the configuration of apache + tomcat + ssl.but i found i can't get client's ca in this environment by servlet. I successfully get client's ca in the tomcat + ssl,by code 'request.getHeader()'.but in apache i can't get it. I don't know what is error in the apache + ssl + tomca