TXT_DB error number 2

2012-11-11 Thread thorsopia
Hello, I'm trying to enable TLS encryption. [0] This command % openssl ca -out foo-cert.pem -infiles foo-req.pem raised "TXT_DB error number 2". There is an explanation [1] of the problem, but I haven't tried it yet. First, I want to be sure that my usage pattern is corre

TXT_DB error number 2

2009-09-30 Thread Andreas Mattheiss
Hello, TXT_DB error number 2 is apparently still an issue, even in 1.0.0-beta3... I keep getting this when I try to renew an expired certificate: openssl ca -in newrec.pem -out gaga.pem On older documents I find the recommendation that unique_subject = no be used in the config file. I

Re: ca client - failed to update database, TXT_DB error number 2

2007-11-07 Thread Bernhard Froehlich
Frank Garber schrieb: The unique_subject only occurs once in the file. I moved the statement: unique_subject = no to the [ ca] section. Same error :-( I still see the following in the output: DEBUG[load_index]: unique_subject = "yes" *** [...] OK, I think I finally got it. You a

Re: ca client - failed to update database, TXT_DB error number 2

2007-11-07 Thread Frank Garber
l.org Sent: Tuesday, November 6, 2007 10:53:40 AM Subject: Re: ca client - failed to update database, TXT_DB error number 2 Frank Garber schrieb: > Hi Ted, > > Thanks for the help, but... > > Here's the line I added to the openssl.conf file: > [ CA_default ] > unique_s

Re: ca client - failed to update database, TXT_DB error number 2

2007-11-06 Thread Bernhard Froehlich
Frank Garber schrieb: Hi Ted, Thanks for the help, but... Here's the line I added to the openssl.conf file: [ CA_default ] unique_subject = no Here's the error message. Note the output about the unique subject? Step 2:

Re: ca client - failed to update database, TXT_DB error number 2

2007-11-06 Thread Frank Garber
NTABLE:'Prosoft' organizationalUnitName:PRINTABLE:'DS' commonName:PRINTABLE:'Frank' emailAddress :IA5STRING:'[EMAIL PROTECTED]' Certificate is to be certified until Nov 5 12:52:03 2008 GMT (365 days) Sign the certificate? [y/n]:y failed to update datab

Re: ca client - failed to update database, TXT_DB error number 2

2007-11-05 Thread Bernhard Froehlich
Frank Garber schrieb: Hi Jorge, I got considerably farther and generated the server key, but am now having a problem with the client key. I'm getting this error: failed to update database TXT_DB error number 2 Any thoughts? This error is defined as DB_ERROR_INDEX_CLASH in txt_db.h. Yo

ca client - failed to update database, TXT_DB error number 2

2007-11-05 Thread Frank Garber
Hi Jorge, I got considerably farther and generated the server key, but am now having a problem with the client key. I'm getting this error: failed to update database TXT_DB error number 2 Any thoughts? The full script is below: C:\Program Files\OpenSSL>ca client Simple CA utility

Re: failed to update database : TXT_DB error number 2

2006-06-24 Thread K. Hoercher
On 6/24/06, Thomas Carrié <[EMAIL PROTECTED]> wrote: You're right, there is an entry for this domain because the current certificate has expired. Thought of something like that. It's not specfically the domain, The DN and serial combined must be uniqe (The mentioned unique_subject doesn't real

Re: failed to update database : TXT_DB error number 2

2006-06-24 Thread Thomas Carrié
On Saturday 24 June 2006 23:29, K. Hoercher wrote: > seems to be DB_ERROR_INDEX_CLASH > Probably there's already an entry for your foo.csr (and no > no_unique_subject You're right, there is an entry for this domain because the current certificate has expired. I have edited the ca.db.index file a

Re: failed to update database : TXT_DB error number 2

2006-06-24 Thread K. Hoercher
te database TXT_DB error number 2 seems to be DB_ERROR_INDEX_CLASH Probably there's already an entry for your foo.csr (and no no_unique_subject). regards K. Hoercher __ OpenSSL Project http:/

failed to update database : TXT_DB error number 2

2006-06-24 Thread Thomas Carrié
Hello, I'm running this command : $ openssl ca -config ca.config -out foo.crt -infiles foo.csr it outputs Certificate is to be certified until Jun 24 11:47:42 2007 GMT (365 days) Sign the certificate? [y/n]:y failed to update database TXT_DB error number 2 It seems that my