ssl - Curl:How to handle NSS error -8156? -


i have secure nifi in have use rest api, while invoking request of processor :https://server ip/nifi-api/processors/015d1364-f372-1e67-e201-a15d0erte56t have certificate error check if can connect server nifi, have used curl -- verbose https://server ip/nifi-api/processors/015d1364-f372-1e67-e201-a15d0erte56t , got error this, now want know if there way can rid of error without changing ca certificate? advice helpful.

initializing nss certpath: sql:/etc/pki/nssdb * cafile: /etc/pki/tls/certs/ca-bundle.crt capath: none * issuer certificate invalid: * nss error -8156 * closing connection #0 * peer certificate cannot authenticated known ca certificates curl: (60) peer certificate cannot authenticated known ca


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -