cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Switch off 'SSL certificate verification' setting in BPA

vivekkumar15
Explorer
0 Likes
665

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

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Jahnavi_Vangari
Discoverer
0 Likes

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.