Re: [SOLVED] Question about intermediate certificate chain

2013-05-22 Thread Jorge Ventura
ouldn't read CA list/path"); SSL_CTX_set_verify_depth(ctx,*5*); Thank you all for the suggestions; all of that helps me to understand the concept of intermediate certificates and how is the interaction with the client side. On Tue, May 21, 2013 at 7:02 PM, Jorge Ventura < jorge.araujo.vent...@gma

Re: Question about intermediate certificate chain

2013-05-21 Thread Jorge Ventura
ake/O=ACME, INC/CN=www.acme.com i:/C=US/O=GeoTrust, Inc./CN=GeoTrust SSL CA On Tue, May 21, 2013 at 7:26 PM, Wim Lewis wrote: > > On 21 May 2013, at 5:02 PM, Jorge Ventura wrote: >> Because the client trust the connection when I inform the >> intermediate, I suppose the se

Re: Question about intermediate certificate chain

2013-05-21 Thread Jorge Ventura
t; Jorge, > > On the server, you can copy all the public certs i.e. the intermediates and > the root into one PEM file. That will send everything down to the client. > > Best, > Somesh > > > On Tuesday, May 21, 2013, Jorge Ventura wrote: >> >> I have an applicati

Question about intermediate certificate chain

2013-05-21 Thread Jorge Ventura
I have an application (server) that is working using SSLv23 with a regular certificate. Now I have to use one chain of two intermediate certificates but for any reason, openssl library is not sending the chain and the only way to work correctly is when I inform to the client side about the intermed