Hi all,
I'm trying to install(tar.gz file) an app available on GitLab. I am using 'apps/local' endpoint to install it.
curl -k -u user:pass -X POST https://localhost:8089/services/apps/local -d path=https://gitlab.com/xxxxx/yyyyy/internal_app-1.0.0.tar.gz -d update=1
But it gives an error like below.
splunklib.binding.HTTPError: HTTP 500 Internal Server Error -- Unexpected error downloading update: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed - please check the output of the `openssl verify` command for the certificates involved; note that if certificate verification is enabled (requireClientCert or sslVerifyServerCert set to "true"), the CA certificate and the server certificate should not have the same Common Name.
Does anyone have an idea how can i solve it? Btw, i do not want to disable ssl-tls verification if possible.
... View more