Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:54 PM
Could you please tell me how to establish an insecure connection (without cert validation) through rest for a Crowd application such as JIRA.
This is the sample curl command which I used to create a user and I am successfully able to create it.
curl --insecure -u un:pass --data{""} url<> --header application/json
However, using saviynt rest json,I am unable to do the same. Please suggest
Solved! Go to Solution.
04/12/2022 01:50 PM
You need to install a valid certificate in jre/lib/security/jssecacerts or cacerts for the target application in order to invoke successful calls from SSM to target hosts. Rest Connector does not support establishing connections without validating the certificate.
04/12/2022 01:50 PM
Thanks @khalid. I will try using a CA signed certificate.