on ‎2024 Apr 25 11:34 AM
Hi All,
We have one automation which is getting data from SuccessFactors system. This works well from one network, but from other network, we get the issue
"unable to get local issuer certificate"
Same issue happens with Postman also, but there we have option to switch off SSL Verfication.
From chrome or edge if we access the same query, we get the data(maybe internally it switched off SSL Verfication)
Could you please help me what to do so that i dont get this error in running automation. Or how can i switch this verification off, like we can do in Postman
Request clarification before answering.
Hi,
You can install certificate in Windows trusted store in the VM/device in that network.
Or temporarily use
rejectUnauthorized: false
in the API request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.