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

2021-07-21 Thread Kyle Hamilton
hat is 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 >> &g

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 CA, no

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

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 Us

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 s

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

Unsupported certificate purpose

2007-03-19 Thread Dinh, Thao V CIV NSWCDD, K72
Hi I have a Server ( LINUX) waiting for connection from Client ( Window CE 5.0) using TLSv1 connection. I have no control over Client. On the Server side, I load "Root Cert' and Server's Private/Cert. After connection, I get message: "verify error:number=26:unsupported

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

Re: certificate purpose & smime

2005-08-18 Thread Dr. Stephen Henson
On Thu, Aug 18, 2005, Peter BENKO,VSE IT Sluzby,+421-55-610-2045,+421-903-855532 wrote: > Hi > > I have the certificate with following purpose: > openssl x509 -purpose -noout -in crt.pem > Certificate purposes: > SSL client : Yes > SSL client CA : No > SSL server : No > SSL server CA : No > Nets

certificate purpose & smime

2005-08-18 Thread Peter BENKO,VSE IT Sluzby,+421-55-610-2045,+421-903-855532
Hi I have the certificate with following purpose: openssl x509 -purpose -noout -in crt.pem Certificate purposes: SSL client : Yes SSL client CA : No SSL server : No SSL server CA : No Netscape SSL server : No Netscape SSL server CA : No S/MIME signing : Yes S/MIME signing CA : No S/MIME encryption

Re: smime: unsupported certificate purpose

2003-06-04 Thread Dr. Stephen Henson
ation failure > 26660:error:21075075: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 cer

smime: unsupported certificate purpose

2003-06-04 Thread Ivan Doležal
:/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 tech

How to turn off the certificate purpose check while ssl handshakes?

2002-09-24 Thread Jung-Ho Cha
  i = X509_PURPOSE_SSL_SERVER;      X509_STORE_CTX_purpose_inherit(&ctx, i, s->purpose, s->trust);    ... } The above part set the certificate purpose check option automatically, But I don’t know this above implementation is critical. I thi

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

Re: certificate purpose

2001-09-24 Thread Michael Sierchio
Wolfgang Marczy wrote: > > Hi everybody, > > I would like to know how to generate a certificate request for a certificate, which >can be > used as a server cert and client > cert? I believe, it must be set somewhere in the conf file, but I do not know where. Server certs often have an extensio

Re: x509v3 certificate purpose

2001-09-14 Thread Dr S N Henson
d our clients buy > from Verisign have a specified purpose of 'SSL Server'. > When we try to use the same certificate to authenticate one server to > another server, modssl/openssl rejects the certificate from the client side, > saying '[error] Certificate Verification: Err

Re: x509v3 certificate purpose

2001-09-14 Thread Michael Sierchio
Sumit Bandyopadhyay wrote: > How do people solve the issue of mutual certificate based authentication? Have different certs, with different keypairs, for different purposes. __ OpenSSL Project htt

x509v3 certificate purpose

2001-09-14 Thread Sumit Bandyopadhyay
erver'. When we try to use the same certificate to authenticate one server to another server, modssl/openssl rejects the certificate from the client side, saying '[error] Certificate Verification: Error (26): unsupported certificate purpose' We could not find a way to get a certificate

Certificate purpose

2001-09-14 Thread Maya
Hello!   Is it possible to add some new purpose to the alredy created certificate request by using only command tools of openssl??? For example Certificate purpose CodeSigning with OID= 1.3.6.1.5.5.7.3.3   I hope somebody can help me?

Certificate Purpose

1999-07-09 Thread Kevin Fan
Hello!! I'm trying to generate certificates whose purpose are restricted. i.e, one certificate/key can only be used to sign or key exchange, or I've request some certificates from Verisign and Thawte. We can see the certificate/key purpose in IE5, and those certificate issued by Verisign and