I'm adding HTTPS support to an embedded Linux device. I have tried to generate a self-signed certificate with these steps:
openssl req -new > cert.csr
openssl rsa -in privkey.pem -out key.pem
openssl x509 -in cert.csr -out …
I have created a self-signed SSL certificate for the localhost CN. Firefox accepts this certificate after initially complaining about it, as expected. Chrome and IE, however, refuse to accept it, even after adding the certificate to the system certificate store …
Edit :- Tried to format the question and accepted answer in more presentable way at mine Blog
Here is the original issue.
I am getting this error:
detailed message sun.security.validator.ValidatorException: PKIX path
building failed:
sun.security.provider.…