From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <83a81270a19a808b4df7202350f77568@borf.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] certificates and tlssrv From: Brantley Coile In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 31 Mar 2004 08:20:28 -0500 Topicbox-Message-UUID: 4a7a2874-eacd-11e9-9e20-41e7f4b1d025 > I think he wants to have tlssrv present multiple certificates to > clients, so that they can follow the chain back to the root. I should know better than to compose a 9fans request at 8pm! Geoff is correct. I want web browsers not to complain about the certificate I give them. I have a chain we bought from somewhere. Under openSSL (don't get me started : ) I put them all into a single file that was loaded. The readcert(2) seems to stop after reading a single cert. Should I hack it to catenate them togeter and set the TLSconn->cert to that whole thing? Thanks Brantley