Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-15 Thread 杨俊
Hi Jakob & Michael & openssler, The openssl can work well now. I just used the date command to reset my system time. And then it can return OK value now. Although I didn't try it in the latest openssl1.1.0c. In my embedded linux device, I didn't initialize the time. And there is no RTC. This issue

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-15 Thread 杨俊
Hi Jakob & Michael & opensslers, I'm sorry to ask a stupid question. That I found when I used the openssl1.0.1f, it said the error log: --log-- /tmp # ./openssl s_client -connect curl.haxx.se:443 -CAfile ./cacert.pem CONNECTED(0003) depth=2 O = Digit

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-15 Thread 杨俊
Hi Michael & opensslers, > So: either there's more than one certificate in cacert-2016-11-02.pem, or OpenSSL on the PC is searching its default CA certificate directory in addition to cacert-2016-11-02.pem. Since we don't know what's > actually in cacert-2016-11-02.pem, we can't provide much furt

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-14 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of ?? > Sent: Wednesday, December 14, 2016 07:53 > I get the log from the embedded linux device and my PC. > Sorry, I don't get the deference in the platform, but there is some deference > between the platform and PC. (Yo

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-14 Thread 杨俊
// verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = anja.haxx.se verify error:num=21:unable to verify the first certificate verify return:1 --- Certificate chain 0 s:/CN=anja.haxx.se i:/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-14 Thread Jakob Bohm
still NG /tmp # ./openssl s_client -connect curl.haxx.se:443 <http://curl.haxx.se:443> -CApath /etc/ssl/certs/ CONNECTED(0003) depth=0 CN = anja.haxx.se <http://anja.haxx.se> verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = anja.haxx.se <h

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-14 Thread 杨俊
Hi Jakob & openssl-er, 1. My cross compile command is : --- #export CROSSCOMP_DIR=/home/georgeyang/workspace/hisi/hi3516a_v100/Hi3516A_SDK_V1.0.6.0/osdrv/opensource/toolchain/arm-hisiv400-linux/arm-hisiv400-linux/bin #export INSTALL_DIR=/home/georgeyang/workspace/speech_code/openssl #./

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-14 Thread 杨俊
./openssl s_client -connect curl.haxx.se:443 -CApath /etc/ssl/certs/ CONNECTED(0003) depth=0 CN = anja.haxx.se verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = anja.haxx.se verify error:num=21:unable to verify the first certificate verify return:1 --- 4.

Re: [openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-13 Thread Jakob Bohm
the error log is --log CONNECTED(0003) depth=0 CN = anja.haxx.se <http://anja.haxx.se> verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = anja.haxx.se <http://anja.haxx.se> verify error:num=21:unable to verify the first certificate verify r

[openssl-users] It reported verify error:num=20:unable to get local issuer certificate in my embedded linux device, when I used the openssl command

2016-12-13 Thread 杨俊
nssl, libs, cacert.pem to the embedded linux platform. 2. run the command: /tmp #:./openssl s_client -connect curl.haxx.se:443 -CAfile /tmp/cacert.pem 3. the error log is --log CONNECTED(0003) depth=0 CN = anja.haxx.se verify error:num=20:unable to get local issuer certific

Re: [openssl-users] [openssl-dev] [openssl.org #4166] Bug: OpenSSL 1.0.1l fails to verify SOME root CAs: error:num=20:unable to get local issuer certificate

2015-12-04 Thread Viktor Dukhovni
(c) 2006 thawte, Inc. - For authorized use only", CN = > thawte Primary Root CA > verify error:num=20:unable to get local issuer certificate > ... Despite the CN string, the certificate presented by that server on the wire is not a root certificate. See the attached chain. Issu

Re: Debugging cause of "unable to get local issuer certificate" - one cert works, one doesn't

2013-09-23 Thread James Crowley
* > > ** ** > > ** ** > > *From:* owner-openssl-us...@openssl.org [mailto: > owner-openssl-us...@openssl.org] *On Behalf Of *James Crowley > *Sent:* Monday, September 23, 2013 14:28 > *To:* openssl-users@openssl.org > *Subject:* *** Spam *** Debugging cause of "

RE: Debugging cause of "unable to get local issuer certificate" - one cert works, one doesn't

2013-09-23 Thread Dave Thompson
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of James Crowley Sent: Monday, September 23, 2013 14:28 To: openssl-users@openssl.org Subject: *** Spam *** Debugging cause of "unable to get local issuer certificate" - one cert works, one do

Debugging cause of "unable to get local issuer certificate" - one cert works, one doesn't

2013-09-23 Thread James Crowley
Hi everyone, I'm hitting a "unable to get local issuer certificate" error on a specific SSL certificate, and I was wondering how I can best debug this? It's via NXLog which uses OpenSSL so a bit disconnected from the underlying library at the moment, and I'm not too fa

Re: Verify return code: 20 (unable to get local issuer certificate) for www.verisign.com

2012-06-04 Thread Vladimir Belov
has shown the last actual certificate in the chain, the top root CA. Regards. -- From: Joshua Bowman Sent: Tuesday, June 05, 2012 9:48 AM To: openssl-users@openssl.org Subject: Re: Verify return code: 20

Re: Verify return code: 20 (unable to get local issuer certificate) for www.verisign.com

2012-06-04 Thread Joshua Bowman
the second are in my CAfile, the third is the certificate of >> domen www.verisign.com. >> >> The "VeriSign Class 3 Public Primary Certification Authority – G5" is a self >> signed root >> certificate. It is on the top of chain. What else root CA should I a

Re: Verify return code: 20 (unable to get local issuer certificate) for www.verisign.com

2012-06-04 Thread Joshua Bowman
t; Regards, > > Vladimir. > > > -- > From: Joshua Bowman > Sent: Tuesday, June 05, 2012 8:48 AM > To: openssl-users@openssl.org > Subject: Re: Verify return code: 20 (unable to get local issuer certificate) > for www.ve

Re: Verify return code: 20 (unable to get local issuer certificate) for www.verisign.com

2012-06-04 Thread Vladimir Belov
of chain. What else root CA should I add? Regards, Vladimir. -- From: Joshua Bowman Sent: Tuesday, June 05, 2012 8:48 AM To: openssl-users@openssl.org Subject: Re: Verify return code: 20 (unable to get local issuer certificate) for www.verisign.

Re: Verify return code: 20 (unable to get local issuer certificate) for www.verisign.com

2012-06-04 Thread Joshua Bowman
the root cert so they don't work. Joshua Bowman On 6/4/2012 9:07 PM, Vladimir Belov wrote: > Hi, > > I have a httpS-client and try to load www.verisign.com. I get the error > during certificate > verification: “20 (unable to get local issuer certificate)” > > The same

Freeradius Open SSL: unable to get local issuer certificate

2011-05-26 Thread Tahir Mahmood
I am trying to build a radius server for wifi clients. I am using: Free Radius Version 2.1.7 OpenSSL 0.9.8e-fips-rhe15 I have spent some time to make it work but it is not happeniong. I am using Free Radius scripts to generate certificates but not luck. "opnessl -verbose -CAfile ca.pem server.pem

Re: Verify return code: 20 (unable to get local issuer certificate)

2011-02-10 Thread Mounir IDRASSI
(unable to get local issuer certificate). When I specify the -CAfile /etc/ssl/certs/AddTrust_External_CA_Root.pem it works fine. How can I make openssl use (trust) that CAfile automatically? Thanks in advance! Regards, Lennart

Re:Verify return code: 20 (unable to get local issuer certificate)

2011-02-10 Thread lzyzizi
lient -ssl3 -connect [domain]:636 -state -verify results in: Verify return code: 20 (unable to get local issuer certificate). When I specify the -CAfile /etc/ssl/certs/AddTrust_External_CA_Root.pem it works fine. How can I make openssl use (trust) that CAfile automatically?

Verify return code: 20 (unable to get local issuer certificate)

2011-02-10 Thread Lennart van den Dool | fonq . nl
Hi, I can't figure this out and I've been searching the net for hours, so I hope someone can help. I want to make an ldaps connection to a remote server, but issuing openssl s_client -ssl3 -connect [domain]:636 -state -verify results in: Verify return code: 20 (unable to get lo

Re: unable to get local issuer certificate

2011-01-16 Thread sandeep kiran p
e.jltaylor.net.pem >wiki.home.jltaylor.net.pem: OK >root@mediawiki ~# > > But if I use OpenSSL to validate that it can communicate with my LDAP > server I get this: > >root@mediawiki ~# openssl s_client -connect > domain.home.jltaylor.net:636 -cert wiki.home.jlta

unable to get local issuer certificate

2011-01-14 Thread Jonathan Taylor
ify error:num=20:unable to get local issuer certificate verify return:1 depth=0 /CN=domain.home.jltaylor.net verify error:num=27:certificate not trusted verify return:1 depth=0 /CN=domain.home.jltaylor.net verify error:num=21:unable to verify the first certificate verify ret

RE: error: unable to get local issuer certificate

2010-10-22 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Ariel > Sent: Friday, 22 October, 2010 13:04 > On Thu, Oct 21, 2010 at 7:52 PM, Dave Thompson wrote: > Do as sandeep said. Create your own private CA with OpenSSL. You issue > certs to clients (w

Re: error: unable to get local issuer certificate

2010-10-22 Thread Mounir IDRASSI
erisign, Thawte, >> whoever. >> >> If you plan to start your own SSL issuing service, then this is a >> different >> story, you will need to look at WebTrust compliance as a starting point. >> >> -Eduardo >> >> -Original Message- From: Mounir

Re: error: unable to get local issuer certificate

2010-10-22 Thread Ariel
> If you plan to start your own SSL issuing service, then this is a different > story, you will need to look at WebTrust compliance as a starting point. > > -Eduardo > > -Original Message- From: Mounir IDRASSI > Sent: Friday, October 22, 2010 2:26 PM > To: open

Re: error: unable to get local issuer certificate

2010-10-22 Thread Eduardo Navarro
: error: unable to get local issuer certificate Hi Ariel, If you want to avoid browsers warning, your only option is to get a valid certificate for your users from a commercial CA. You can get them for free from StartSSL for example (http://www.startssl.com/). If you represent an organization, then

Re: error: unable to get local issuer certificate

2010-10-22 Thread Mounir IDRASSI
Hi Ariel, If you want to avoid browsers warning, your only option is to get a valid certificate for your users from a commercial CA. You can get them for free from StartSSL for example (http://www.startssl.com/). If you represent an organization, then you can try to qualify for the intermed

Re: error: unable to get local issuer certificate

2010-10-22 Thread Ariel
Hi Dave, thanks for your reply but... On Thu, Oct 21, 2010 at 7:52 PM, Dave Thompson wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of Ariel > > Sent: Thursday, 21 October, 2010 16:34 > > > On Thu, Oct 21, 2010 at 12:44 AM, sandeep kiran p > wrote: > >

RE: error: unable to get local issuer certificate

2010-10-21 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Ariel > Sent: Thursday, 21 October, 2010 16:34 > On Thu, Oct 21, 2010 at 12:44 AM, sandeep kiran p wrote: > mydomain.com.crt is an End-Entity certificate and not a CA cert. > So basically you mean that I

Re: error: unable to get local issuer certificate

2010-10-21 Thread Ariel
On Thu, Oct 21, 2010 at 12:44 AM, sandeep kiran p wrote: > mydomain.com.crt is an End-Entity certificate and not a CA cert. You need a > CA certificate to sign and issue EE certs. CA certs at minimum should have > BasicConstraints extension with CA:true and KeyUsage extension with certsign > bit s

Re: error: unable to get local issuer certificate

2010-10-20 Thread sandeep kiran p
mydomain.com.crt is an End-Entity certificate and not a CA cert. You need a CA certificate to sign and issue EE certs. CA certs at minimum should have BasicConstraints extension with CA:true and KeyUsage extension with certsign bit set. So you either need to get a CA cert from GoDaddy or setup a t

Re: error: unable to get local issuer certificate

2010-10-20 Thread Ariel
On Wed, Oct 20, 2010 at 11:10 AM, sandeep kiran p wrote: > Is *mydomain.com.crt a CA cert? Does it have Basic Constraints with > CA=true? Does it also have the certsign bit set in the KeyUsage extension? > * > * > * > *-Sandeep > * > > Hi Sandeep, The cert I got from GoDaddy doesn't has "CA=true"

Re: error: unable to get local issuer certificate

2010-10-20 Thread sandeep kiran p
Is *mydomain.com.crt a CA cert? Does it have Basic Constraints with CA=true? Does it also have the certsign bit set in the KeyUsage extension?* * * *-Sandeep * On Wed, Oct 20, 2010 at 5:27 PM, Ariel wrote: > Hi group > > I'm having problems trying to use a certificate I got from GoDaddy (it's a >

error: unable to get local issuer certificate

2010-10-20 Thread Ariel
Hi group I'm having problems trying to use a certificate I got from GoDaddy (it's a wildcard cert) to sign client certificates requests and then validate them. This is my actual environment: - *mydomain.com.key* --> The private key used to request the GoDaddy's cert - *mydomain.com.crt*

Re: Help on chain certification verify: unable to get local issuer certificate

2010-08-11 Thread Patrick Patterson
:DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC4-MD5 > CIPHER is DHE-RSA-AES256-SHA > > [r...@hongdiz-server-1 OpenSSL]# openssl s_client -connect localhost:4433 > -CAfile ca-chain.pem > CONNECTED(0003) > depth=0 /C=CN

Help on chain certification verify: unable to get local issuer certificate

2010-08-10 Thread ZhangHongdi
rver-1 OpenSSL]# openssl s_client -connect localhost:4433 -CAfile ca-chain.pem CONNECTED(0003) depth=0 /C=CN/ST=Shanghai/O=Cisco/OU=IPCBU/CN=hongdiz-router-1.crdc.cisco.com verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 /C=CN/ST=Shanghai/O=Cisco/OU=IPCBU/CN=hongdiz

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
ze this CA? Following is my entire error for your reference. Thanks in advance for your help. >openssl s_client -quiet -connect 12.175.11.57:443 depth=0 /C=US/ST=Wisconsin/L=Madison/O=Integrasys/OU=Madison/CN=model.goxroads.c om verify error:num=20:unable to get local issuer certificate ve

RE: unable to get local issuer certificate

2009-04-23 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Duncan Berriman > Sent: Wednesday, 22 April, 2009 06:20 > To: openssl-users@openssl.org > Subject: RE: unable to get local issuer certificate (cert from one server is SOMETIMES not verifying in client) > > How about serialnu

RE: unable to get local issuer certificate

2009-04-22 Thread Duncan Berriman
b)/serialNumber=03266266/C=GB/ST=Hampshire/L=Portsmouth/O=x/OU=x/OU=Terms of use at www.verisign.co.uk/rpa (c)05/OU=Authenticated by VeriSign verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 /1.3.6.1.4.1.311.60.2.1.3=GB/2.5.4.15=V1.0, Clause 5.(b)/serialNumber=03266266/C=GB/S

Re: unable to get local issuer certificate

2009-04-21 Thread Duncan Berriman
rify_result is returning "unable to get local issuer certificate" X509_NAME_oneline (X509_get_subject_name... And X509_NAME_oneline (X509_get_issuer_name... return identical information in either case. The certificates have been extracted from firefox and I've used c_rehash to crea

RE: unable to get local issuer certificate

2009-04-21 Thread Dave Thompson
e client (on 'production server') connecting to the 'web server'? Also to be sure, you're using software OpenSSL in your program, not one of the hardware 'engines'? > SSL_get_verify_result is returning "unable to get local > issuer certificate&qu

unable to get local issuer certificate

2009-04-21 Thread Duncan Berriman
logy on the web server so its possible its some sort of cluster and I guess that might be causing the issue. SSL_get_verify_result is returning "unable to get local issuer certificate" X509_NAME_oneline (X509_get_subject_name... And X509_NAME_oneline (X509_get_issuer_name... return identi

Re: Fw: Error: unable to get local issuer certificate!!!

2008-09-12 Thread Sergio
Shivakumar Balur escribió: Hi All, Please provide any solution for error: Response Verify Failure 4:error:27069065:OCSP routines:OCSP_basic_verify:certificate verify error:ocsp_vfy.c:122:Verify error:*unable to get local issuer certificate* resolve.pem: unknown This Update: Sep

Fw: Error: unable to get local issuer certificate!!!

2008-09-12 Thread Shivakumar Balur
description is provided in below mail Advance Thanks & Regards, Shivakumar - Original Message - From: Shivakumar Balur To: openssl-users@openssl.org Sent: Thursday, September 11, 2008 6:43 PM Subject: Error: unable to get local issuer certificate!!! Hi, Mail is quite big with descrip

Error: unable to get local issuer certificate!!!

2008-09-11 Thread Shivakumar Balur
, error related to "unable to get local issuer certificate". Folder structure: certifiacte/CACERT/demoCA CLIENT: executed at certificate/ Root key generated: openssl genrsa -out rootkey.pem 1024 root self-signed certificate: openssl req -x509 -nodes -days 365 -newkey rsa:10

unable to get local issuer certificate

2008-05-26 Thread tomy
Hi all, I have created the server and client certificates. But while issuing the command *openssl verify -CAfile ca.crt server.crt*, it is giving following error. server.crt: /C=IN/ST=BANGALORE/O=Kalki Communication Technologies/CN=server error 20 at 0 depth lookup:unable to get local issue

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

unable to get local issuer certificate

2007-01-24 Thread shreekumar veeramani
Hi, I am using lftp to connect to a FTP server. I am getting "ERROR: Certificate verification: unable to get local issuer certificate". I have added the CA file in the lftp path. I searched in internet, but couldnt find a solution to this issue. <--- 220 xx File Tr

Re: unable to get local issuer certificate

2006-12-26 Thread Dr. Stephen Henson
epth=1 /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign > International Se > rver CA - Class 3/OU=www.verisign.com/CPS Incorp.by Ref. LIABILITY LTD.(c)97 > Ver > iSign > verify error:num=20:unable to get local issuer certificate > verify return:0 > --- > Certificate ch

unable to get local issuer certificate

2006-12-26 Thread Randy Schuster
Class 3/OU=www.verisign.com/CPS Incorp.by Ref. LIABILITY LTD.(c)97 Ver iSign verify error:num=20:unable to get local issuer certificate verify return:0 --- Certificate chain 0 s:/C=US/ST=Georgia/L=Atlanta/O=Global Payments Inc./OU=Systems & Engineering/ OU=Terms of use at www.verisign.com/rpa (c

Re: unable to get local issuer certificate

2006-08-29 Thread Bernhard Froehlich
On 8/28/06, Milan Tomic <[EMAIL PROTECTED]> wrote: While atempting to establish SSL connection I got this OpenSSL error: Certificate Verification: Error (20): unable to get local issuer certificate [...] One of the possible reasons for this error is that the server cert is signed

Re: unable to get local issuer certificate

2006-08-29 Thread Krishna M Singh
case u are having ur own CA.. HTH -Krishna On 8/28/06, Milan Tomic <[EMAIL PROTECTED]> wrote: While atempting to establish SSL connection I got this OpenSSL error: Certificate Verification: Error (20): unable to get local issuer certificate Yes, I have read OpenSSL documentation an

unable to get local issuer certificate

2006-08-28 Thread Milan Tomic
While atempting to establish SSL connection I got this OpenSSL error: Certificate Verification: Error (20): unable to get local issuer certificate Yes, I have read OpenSSL documentation and used Google to search for possible solution, but nothing matches my problem. I do have server issuer

Re: unable to get local issuer certificate

2006-07-03 Thread snacktime
On 7/3/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Mon, Jul 03, 2006, snacktime wrote: > Well I figured out what's happening. The reason windows was > complaining about the certificate is that the subjectkeyidentifier was > getting set to the same value as authoritykeyidentifier. Fire

Re: unable to get local issuer certificate

2006-07-03 Thread Dr. Stephen Henson
On Mon, Jul 03, 2006, snacktime wrote: > Well I figured out what's happening. The reason windows was > complaining about the certificate is that the subjectkeyidentifier was > getting set to the same value as authoritykeyidentifier. Firefox > didn't pick up on this, but windows did.I was cre

Re: unable to get local issuer certificate

2006-07-03 Thread snacktime
Well I figured out what's happening. The reason windows was complaining about the certificate is that the subjectkeyidentifier was getting set to the same value as authoritykeyidentifier. Firefox didn't pick up on this, but windows did.I was creating the subjectkeyidentifier before the subje

Re: unable to get local issuer certificate

2006-07-02 Thread snacktime
On 7/2/06, snacktime <[EMAIL PROTECTED]> wrote: > If you are getting odd behaviour there are a couple of possibilities. If the > certificate database is corrupted that could cause this. Another possibility > is that the issuer name and serial number is identical for two distinct > certificates: t

Re: unable to get local issuer certificate

2006-07-02 Thread snacktime
If you are getting odd behaviour there are a couple of possibilities. If the certificate database is corrupted that could cause this. Another possibility is that the issuer name and serial number is identical for two distinct certificates: that is a violation of the standards. MSIE can tolerate s

Re: unable to get local issuer certificate

2006-07-02 Thread Dr. Stephen Henson
On Sun, Jul 02, 2006, snacktime wrote: > On 7/2/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > >On Sun, Jul 02, 2006, snacktime wrote: > > > >> Oops, you will also need this cert in the ca chain. The client cert > >> that does verify was issued by this cert, which was issued by the > >> root

Re: unable to get local issuer certificate

2006-07-02 Thread snacktime
On 7/2/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Sun, Jul 02, 2006, snacktime wrote: > Oops, you will also need this cert in the ca chain. The client cert > that does verify was issued by this cert, which was issued by the > root. The one I gave you that does not verify was issued b

Re: unable to get local issuer certificate

2006-07-02 Thread Dr. Stephen Henson
On Sun, Jul 02, 2006, snacktime wrote: > Oops, you will also need this cert in the ca chain. The client cert > that does verify was issued by this cert, which was issued by the > root. The one I gave you that does not verify was issued by the root > ca directly. > > That's your problem then.

Re: unable to get local issuer certificate

2006-07-02 Thread snacktime
Oops, you will also need this cert in the ca chain. The client cert that does verify was issued by this cert, which was issued by the root. The one I gave you that does not verify was issued by the root ca directly. I think there is something wrong with my ca certs, because when I create a new

Re: unable to get local issuer certificate

2006-07-02 Thread snacktime
On 7/2/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Sun, Jul 02, 2006, snacktime wrote: > > openssl verify -CAfile chain.pem test.cer > test.cer: /CN=test/OU=test/O=test/ST=test/emailAddress=test/C=test > error 20 at 0 depth lookup:unable to get local issuer certificate > That means it

Re: unable to get local issuer certificate

2006-07-02 Thread Dr. Stephen Henson
On Sun, Jul 02, 2006, snacktime wrote: > > openssl verify -CAfile chain.pem test.cer > test.cer: /CN=test/OU=test/O=test/ST=test/emailAddress=test/C=test > error 20 at 0 depth lookup:unable to get local issuer certificate > That means it can't find the CA that signed test.csr. That could be bec

unable to get local issuer certificate

2006-07-02 Thread snacktime
I beat my head against the wall all day yesterday trying to figure this out, so it's probably time to ask for some assistance. We have a corporate CA that we wrote in perl that performs all it's functions by running the openssl binary. I am rewriting it in ruby and this time using the ruby open

Re: unable to get local issuer certificate

2001-07-17 Thread Lutz Jaenicke
s I am getting three error > messages. > > verify error : num20: unable to get local issuer certificate > verify error : num27: certificate not trusted > verify error : num21: unable to verify the first certificate man verify. The first error is the most important. Your CA certificate

unable to get local issuer certificate

2001-07-16 Thread Damitha Bogahawatta
error messages. verify error : num20: unable to get local issuer certificate verify error : num27: certificate not trusted verify error : num21: unable to verify the first certificate Could anyone explain me what I am doing wrong. Thanks, Damitha. ps: This was the case when I use the test certif

Re: "unable to get local issuer certificate" and stat of hash file error

2000-08-11 Thread Kenneth Karoliussen
The same problem still persists. Cheers, Kenneth - Original Message - From: "Kenneth Karoliussen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Kenneth Karoliussen" <[EMAIL PROTECTED]> Sent: Friday, August 11, 2000 2:12 PM Subject: "unable to g

"unable to get local issuer certificate" and stat of hash file error

2000-08-11 Thread Kenneth Karoliussen
I have a rather curious problem while performing a verify of a VeriSign signed certificate. # openssl x509 -hash -noout -in airrp.pem c89aa68b The link is directed towards the certificate file: lrwxr-xr-x 1 root wheel 14 Aug 11 10:05 c89aa68b.0 -> mycert.pem #openssl verify -verbose -CAp

unable to get local issuer certificate?

2000-02-24 Thread Dennis Xu
3 write server done A 2224131514:: *** INFO > SSL_accept:SSLv3 flush data   2224131514:: *** ERROR > Certificate verify error: num = 20 : unable to get local issuer certificate   2224131514:: *** ERROR > Certificate verify error: num = 21 : unable to verify the first certific

Error: unable to get local issuer certificate??

2000-02-07 Thread Srinivas, Ravi
s: VERIFY ERROR: depth=0 error=unable to get local issuer certificate: /C=AU/O=CSFB/OU=Equities/0.9.2342.19200300.100.1.1=TradeView-Asia/CN=TradeVi [EMAIL PROTECTED] SSL_accept : error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned I think After getting the client certifica