Re: Question on "unsupported certificate purpose" error when trying to read the certificate on the web server

2021-07-21 Thread Kyle Hamilton
s EE certificate? > > > On Wed, Jul 21, 2021 at 6:55 PM Viktor Dukhovni < > openssl-us...@dukhovni.org> wrote: > >> On Wed, Jul 21, 2021 at 06:34:03PM -0400, Thejus Prabhu wrote: >> >> > verify error:num=26:unsupported certificate purpose >> >>

Re: Question on "unsupported certificate purpose" error when trying to read the certificate on the web server

2021-07-21 Thread Thejus Prabhu
:unsupported certificate purpose > > The certificate in question is CA certificate, not an EE certificate. > Specifically, the key usage and Netscape Cert Type signal that its > purpose is exclusively to be a CA, not a TLS server. > > X509v3 Key Usage: critical >

Re: Question on "unsupported certificate purpose" error when trying to read the certificate on the web server

2021-07-21 Thread Viktor Dukhovni
On Wed, Jul 21, 2021 at 06:34:03PM -0400, Thejus Prabhu wrote: > verify error:num=26:unsupported certificate purpose The certificate in question is CA certificate, not an EE certificate. Specifically, the key usage and Netscape Cert Type signal that its purpose is exclusively to be a

Question on "unsupported certificate purpose" error when trying to read the certificate on the web server

2021-07-21 Thread Thejus Prabhu
"*unsupported certificate purpose" *from the server. CONNECTED(0003) Can't use SSL_get_servername depth=0 O = Verint, C = US, CN = 192.168.1.200, L = Columbia, OU = Verint verify error:num=18:self signed certificate verify return:1 depth=0 O = Verint, C = US, CN = 192.168.1.200, L = Co

Re: Smime utility meets unsupported certificate purpose problem

2012-05-10 Thread Dr. Stephen Henson
On Thu, May 10, 2012, wrote: Hi, I meet a unsupported certificate purpose when using smime utility??the signed file is produced by iOS device, the cert is issued by MS cert addon. X509v3 Extended Key Usage: 1.3.6.1.5.5.8.2.2 The EXTKU

Smime utility meets unsupported certificate purpose problem

2012-05-09 Thread 刘伟
Hi, I meet a unsupported certificate purpose when using smime utility,the signed file is produced by iOS device, the cert is issued by MS cert addon. My openssl version is “OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008”. Blow is my trouble shooting detail, Please check and give some suggestions

Unsupported certificate purpose

2011-04-13 Thread Amar P. Patel
I get a verify error:num=26:unsupported certificate purpose error. How do I fix this? Regards, Amar Sent from my iPhone __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: verify error:num=26:unsupported certificate purpose [SOLVED]

2005-09-08 Thread fandino
fandino wrote: # openssl s_server . . verify error:num=26:unsupported certificate purpose verify return:1 and for the certificates in both servers: Certificate purposes: SSL client : No SSL client CA : No SSL server : Yes SSL server CA : No Netscape SSL server : Yes Netscape SSL server CA

verify error:num=26:unsupported certificate purpose

2005-09-07 Thread fandino
Hello, I get this error with openssl when I request a client certificate verification. # openssl s_server . . . verify error:num=26:unsupported certificate purpose verify return:1 . . the purposes for the CA file are: # openssl x509 -in fadesa-cacert.pem -noout -purpose Certificate

smime: unsupported certificate purpose

2003-06-04 Thread Ivan Doleal
:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/pkcs7/pk7_smime.c:222:Verify error:unsupported certificate purpose Google says nothing about smime unsupported certificate purpose and just a manual page for s/mime unsupported certificate purpose What is technically wrong with a certificate

Re: smime: unsupported certificate purpose

2003-06-04 Thread Dr. Stephen Henson
:PKCS7 routines:PKCS7_verify:certificate verify error:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/pkcs7/pk7_smime.c:222:Verify error:unsupported certificate purpose Google says nothing about smime unsupported certificate purpose and just a manual page for s/mime unsupported

Resolve unsupported certificate purpose

2002-07-13 Thread Radhika Tadipatri
Hello, I created a certificate for my client using openssl. When I verified the certificate I found its purpose is sslserver. So when my client was using this certificate to communicate with Apache web server (Client authentication turned on)they get unsupported certificate purpose error