WSO2 Enterprise Mobility Manager, wrong self-signed certificate acquisition chain


username

I am trying to setup WSO2 Enterprise Mobility Manager. I am following the instructions on the official documentation. I have a problem generating the certificate (step 4, c) https://docs.wso2.org/display/EMM100/iOS+Server+Configurations

When I execute the following cmd:

openssl x509 -req -days 730 -in ia.csr -CA ca_cert.pem -CAkey ca_private.pem -set_serial 044324343 -out ia.crt

I get this error:

Error self signed certificate getting chain.

How can I fix this?

username

Reason for "Bad self-signed certificate acquisition chain". I use the same data for CA and IA certificates.

See http://blog.didierstevens.com/2008/12/30/howto-make-your-own-cert-with-openssl/ for more details

Related


nodejs - wrong self signed certificate in certificate chain

Doyle: I'm having issues with client side https requests. Fragments can look like this: var fs = require('fs'); var https = require('https'); var options = { hostname: 'someHostName.com', port: 443, path: '/path', method: 'GET', key: fs.re

nodejs - wrong self signed certificate in certificate chain

Doyle: I'm having issues with client side https requests. Fragments can look like this: var fs = require('fs'); var https = require('https'); var options = { hostname: 'someHostName.com', port: 443, path: '/path', method: 'GET', key: fs.re

nodejs - wrong self signed certificate in certificate chain

Doyle: I'm having issues with client side https requests. Fragments can look like this: var fs = require('fs'); var https = require('https'); var options = { hostname: 'someHostName.com', port: 443, path: '/path', method: 'GET', key: fs.re

OpenSSL: Error "Self-signed certificate in certificate chain"

Lunar Mushrooms: When I use the openssl API to verify the server certificate (self-signed), I get the following error: Error 1 Deep Look 19: Self-signed certificate in certificate chain According to the openssl documentation , this error (19) is "X509_V_ERR_SE

OpenSSL: Error "Self-signed certificate in certificate chain"

Lunar Mushrooms: When I use the openssl API to verify the server certificate (self-signed), I get the following error: Error 1 Deep Look 19: Self-signed certificate in certificate chain According to the openssl documentation , this error (19) is "X509_V_ERR_SE

Invalid CA certificate with self-signed certificate chain

Tejas I have a self signed certificate chain with these commands and configured it on the Apache server but when i tryopenssl s_client -showcerts -servername server -connect my-host.local:443 -CAfile all.crt I am getting error from opensslVerify return code: 2

OpenSSL: Error "Self-signed certificate in certificate chain"

Lunar Mushrooms: When I use the openssl API to verify the server certificate (self-signed), I get the following error: Error 1 Deep Look 19: Self-signed certificate in certificate chain According to the openssl documentation , this error (19) is "X509_V_ERR_SE

Invalid CA certificate with self-signed certificate chain

Tejas I have a self signed certificate chain with these commands and configured it on the Apache server but when i tryopenssl s_client -showcerts -servername server -connect my-host.local:443 -CAfile all.crt I am getting error from opensslVerify return code: 2