Questions tagged [x509certificatevalidator]

6 questions
7
votes
3 answers

How to resolve Nginx "proxy_pass 502 Bad Gateway" error

I have trying to add proxy_set_header in my nginx.conf file. When I try to add proxy_pass and invoke the URL it throws 502 Bad Gateway nginx/1.11.1 error. Not sure how to resolve this error: upstream app-server { # connect to this socket …
user601367
  • 2,308
  • 12
  • 34
  • 44
3
votes
3 answers

Get chain or CA issuer from x509 certificate using OpenSSL CLI

I am trying to build a chain (or just get it from somewhere) from a certificate using OpenSSL, preferibly using the command line interface. I have found some example in internet, but I am stuck at the question "Where do I get the CA issuer from the…
n3mo
  • 663
  • 8
  • 23
2
votes
0 answers

Custom X509CertificateValidator with configuration?

I'm setting up client certificates on my wcf service. All works great. The service requires client certs, my client test app supplies the cert and is able to make a request to one of the service end points. No I want to implement a custom…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
0 answers

What can potentially cause CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error?

I am trying to verify the signer cert based on its issuer CA cert. I am using following OpenSSL API to verify the certs. int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata, BIO *out, unsigned int flags); The…
1
vote
2 answers

Why is X509_CRL_verify() failing?

I'm writing a library using openssl (v.1.0.1k) to validate certificates based on an issuer cert and a revocation list. My first step is to verify the CLR came from the issuer. I've verified that the certificate and CLR were generated correctly and…
Zoccadoum
  • 862
  • 1
  • 10
  • 16
0
votes
1 answer

Uidai QR Code Verification returning False

We have decompresed adhaar qr code sample data and we are able to verify mobile number and email but we stuck on last step of below Pdf document where we are not able to verify signed data with signature and certificate, We have tried with both…