Re: ASN1 : Bad tag Error with my own generated certificate

2000-03-09 Thread Olivier Tarnus
Hi, I've tried to generate a new cert with openssl 0.9.5 ( as 'openssl version' say), and get the same error... ssl_engine_log say: ' Server: Apache/1.3.12, Interface: mod_ssl/2.6.1, Library OpenSSL/0.9.5 ' My cert follow (it's only a testing cert :-) ) and my key too:

Re: ASN1 : Bad tag Error with my own generated certificate

2000-03-08 Thread Olivier Tarnus
Hi, I'm trying to use : -Apache 1.3.12 -mod_ssl 2.6.2 -openssl 0.9.5 (0.9.4 too) -mod_php 3.0.15 with : -linux 2.2.14 (on Suse 6.2) -gcc 2.95.2 on Intel Pentium 2 hardware. All this compiled fine (with a spec file), and applictions seems to work fine except with own

Re: ASN1 : Bad tag Error with my own generated certificate

2000-03-08 Thread Olivier Tarnus
Hi, First i would thank you for your help. I've check my Apache configuration and it's ok. I discovered that using a decrypted PEM version of my RSA key solve the problem... But don't satisfy me for security reasons :-( I suppose that the problem come at the first read of the certificate or

Re: ASN1 : Bad tag Error with my own generated certificate

2000-03-08 Thread Tim Tassonis
Tarnus" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Re: ASN1 : "Bad tag" Error with my own generated certificate Hi, First i would thank you for your help. I've check my Apache configuration and it's ok. I discovered that using a decrypted PEM version of my RSA key so

Re: ASN1 : Bad tag Error with my own generated certificate

2000-03-06 Thread Jan Meijer
[info] Init: Requesting pass phrase via builtin terminal dialog [error] Init: Private key not found (OpenSSL library error follows) The openssl error messages could be a little less vague every now and then, but basically it states your private key cannot be found. I can't look into your

ASN1 : Bad tag Error with my own generated certificate

2000-03-03 Thread Olivier Tarnus
Hi, I'm trying to use : -Apache 1.3.12 -mod_ssl 2.6.2 -openssl 0.9.5 (0.9.4 too) -mod_php 3.0.15 with : -linux 2.2.14 (on Suse 6.2) -gcc 2.95.2 on Intel Pentium 2 hardware. All this compiled fine (with a spec file), and applictions seems to work fine except with own

ASN1 : Bad tag Error with my own generated certificate

2000-03-03 Thread Olivier Tarnus
Hi, I'm trying to use : -Apache 1.3.12 -mod_ssl 2.6.2 -openssl 0.9.5 (0.9.4 too) -mod_php 3.0.15 with : -linux 2.2.14 (on Suse 6.2) -gcc 2.95.2 on Intel Pentium 2 hardware. All this compiled fine (with a spec file), and applictions seems to work fine except with own