when we use
https://wcs:8443/rest-api/push/startup we get following error message "SSL certificate problem: unable to get local issuer certificate", Although we have already imported SSL from webcall server admin dashboard. Can you please let us know what's the issue
This message can be displayed by browser in two cases:
1. You are using self-signed certificate.
2. You are using Certificate Authority which is not trusted by the browser.
So please do the following:
1. Check if you have succesfully imported the certificate using WCS dashboard. Is dashboard itself marked by browser as secure when opening via HTTPS
https://wcs:8444/admin/
? If not, and you have imported certificate successfully, please check if it is a wildcard certificate
*.yourdomain.com
. If not, you're probably opening the page with a different servers name (for example, you have certificate for
wcs.yourdomain.com
, but opening as
staging.yourdomain.com
.
2. Check if browser displays connection as secure
If not, and you are using a right name to open, and certificate is not self-signed, check if browser claims for CA in certificate details
If something wrong with the CA (is not trusted), please ask the certificate issuer about the problem.