Re: Free StartSSL certificate not trusted

2014-04-16 Thread Allan Nielsen
Thanks you are right. I got it to work now adding the ca_bundle to it. BR. Allan 2014-04-16 10:28 GMT+02:00 Eisenacher, Patrick : > > > > -Original Message- > > From Allan Nielsen > > > > I have installed an ubuntu server with dovecot and a free certificate > from > > startssl, but I g

RE: Free StartSSL certificate not trusted

2014-04-16 Thread Eisenacher, Patrick
> -Original Message- > From Allan Nielsen > > I have installed an ubuntu server with dovecot and a free certificate from > startssl, but I get: > verify error:num=20:unable to get local issuer certificate > and > verify error:num=21:unable to verify the first certificate > > Any idea wh

Free StartSSL certificate not trusted

2014-04-16 Thread ankbhdk
tSSL-certificate-not-trusted-tp49497.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-u

Free StartSSL certificate not trusted

2014-04-16 Thread Allan Nielsen
Hi all, I have installed an ubuntu server with dovecot and a free certificate from startssl, but I get: verify error:num=20:unable to get local issuer certificate and verify error:num=21:unable to verify the first certificate Any idea why? Tanks in advance, Allan My dovecot conf: --- auth_userna

Free StartSSL certificate not trusted

2014-04-16 Thread ankbhdk
tSSL-certificate-not-trusted-tp49500.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

RE: " unable to get local issuer certificate" & certificate not trusted errors

2009-07-10 Thread Agopian, Carlo
wner-openssl-us...@openssl.org] On Behalf Of Duncan Berriman Sent: Thursday, July 09, 2009 3:18 PM To: openssl-users@openssl.org Subject: Re: " unable to get local issuer certificate" & certificate not trusted errors Its likely that the certificate is not installed correctly and that the pe

Re: " unable to get local issuer certificate" & certificate not trusted errors

2009-07-09 Thread Duncan Berriman
ison/ CN=model.goxroads.c om verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 /C=US/ST=Wisconsin/L=Madison/O=Integrasys/OU=Madison/ CN=model.goxroads.c om verify error:num=27:certificate not trusted verify return:1 depth=0 /C=US/ST=Wisconsin/L=Madiso

RE: " unable to get local issuer certificate" & certificate not trusted errors

2009-07-09 Thread Agopian, Carlo
rify return:1 depth=0 /C=US/ST=Wisconsin/L=Madison/O=Integrasys/OU=Madison/CN=model.goxroads.c om verify error:num=27:certificate not trusted verify return:1 depth=0 /C=US/ST=Wisconsin/L=Madison/O=Integrasys/OU=Madison/CN=model.goxroads.c om verify error:num=21:unable to verify the first certificate ve

RE: " unable to get local issuer certificate" & certificate not trusted errors

2008-02-01 Thread Saju Paul
EMAIL PROTECTED] Behalf Of gopinath ethiraja Sent: Friday, February 01, 2008 5:11 AM To: openssl-users@openssl.org; [EMAIL PROTECTED] Subject: " unable to get local issuer certificate" & certificate not trusted errors I tried to connect to a server using s_client command .but i g

" unable to get local issuer certificate" & certificate not trusted errors

2008-02-01 Thread gopinath ethiraja
I tried to connect to a server using s_client command .but i get an error stating " unable to get local issuer certificate" & also it gives certificate not trusted " how to overcome this errors C:\OpenSSL\bin>openssl s_client -connect gmail.c

Re: Root certificate not trusted?

2006-12-04 Thread Dan Ellis
Hi Stephen, It turned out that the problem was confusion caused by having root certificates from a test CA and a production CA, both with the same DN in the subject. The certificates were indeed different as the code was reporting. I should have trusted it! Thanks for your advice. Dan. --

Re: Root certificate not trusted?

2006-12-01 Thread Dr. Stephen Henson
On Fri, Dec 01, 2006, Dan Ellis wrote: > Dr. Stephen Henson wrote: > > >Does the client CA chain include an intermediate certificate which is not > > > >being sent: so the server can't build the chain to verify it? > > > > > I've checked the actual exchange with Wireshark, and it shows that the

Re: Root certificate not trusted?

2006-12-01 Thread Dan Ellis
Dr. Stephen Henson wrote: Does the client CA chain include an intermediate certificate which is not being sent: so the server can't build the chain to verify it? I've checked the actual exchange with Wireshark, and it shows that the client is sending the entire chain: client, CA 3, CA 2, ro

Re: Root certificate not trusted?

2006-11-30 Thread Dr. Stephen Henson
On Thu, Nov 30, 2006, Dan Ellis wrote: > Hello, > > I'm having trouble verifying peer certificates. > > I add my root certificate to the context's store using > X509_STORE_add_cert (and also give it to SSL_CTX_add_client_CA). My > server certificate chain is in a file, and I load the server ce

Root certificate not trusted?

2006-11-30 Thread Dan Ellis
Hello, I'm having trouble verifying peer certificates. I add my root certificate to the context's store using X509_STORE_add_cert (and also give it to SSL_CTX_add_client_CA). My server certificate chain is in a file, and I load the server certificate from the file and build a temporary stack

Certificate not trusted

2000-09-11 Thread Lin Qiu
. When Running: openssl s_client -connect localhost:2088 -state -debug I got this error messages:  verify error:num=20:unable to get local issuer certificate  verify error:num=27:certificate not trusted  verify error:num=21:unable to verify the first certificate   Thanks in advance for all you