Re: cannot get Client-Certificate-Chain sended web browser to Apache+modssl

2001-06-18 Thread K.Umesawa
Hi! I can solve this problem, so report about it. The reason I can't get Client-Certificate-Chain by using SSL_CLIENT_CERT_CHAIN_n on my CGI is maybe a BUG of mod_ssl2.8.3-1.3.19 (I think ). A point of "ssl_engine_vars.c" which is a source code of mod_ssl is wrong: pkg.sslmod/ssl_engine_

Re: cannot get Client-Certificate-Chain sended web browser to Apache+modssl

2001-06-11 Thread Lutz Jaenicke
On Tue, Jun 12, 2001 at 02:03:47AM +0900, K.Umesawa wrote: > If i can't get Client-Certificate-Chain from ssl-session-cache and > SSL_CLIENT_CERT_CHAIN_n, > I thought the way only I can do is to delete a ssl-session-cache on > every > connection or time Apache start (I have to pick up the value

Re: cannot get Client-Certificate-Chain sended web browser to Apache+modssl

2001-06-11 Thread K.Umesawa
Hi! First, thanks to Lutz who has helped me on my previous problems. Lutz Jaenicke wrote: > - When a session is negotiated, all certificates including the intermediate > CA certificates must be sent. You see this with ethereal. > - When a session is re-used, no certificates are sent at all. Bot

Re: cannot get Client-Certificate-Chain sended web browser to Apache+modssl

2001-06-07 Thread Lutz Jaenicke
On Thu, Jun 07, 2001 at 11:37:40PM +0900, K.Umesawa wrote: > I'm trying to get a Client-Certificate-Chain > by using SSL_CLIENT_CERT_CHAIN_n in my CGI > which works on Apache 1.3.19 + mod_ssl2.8.3. > Now I can get a data of SSL_CLIENT_CERT and SSL_SERVER_CERT(and client > authentication is

cannot get Client-Certificate-Chain sended web browser to Apache+modssl

2001-06-07 Thread K.Umesawa
Hello! I'm trying to get a Client-Certificate-Chain by using SSL_CLIENT_CERT_CHAIN_n in my CGI which works on Apache 1.3.19 + mod_ssl2.8.3. Now I can get a data of SSL_CLIENT_CERT and SSL_SERVER_CERT(and client authentication is success), but I can't get any data of SSL_CLIENT_CERT_CHAIN_n