Error in testing the Published web service

0
Hi, I have published a web service by using the link Expose a Web Service | Mendix Documentation  I have published it successfully. Now I am testing it on POSTMAN but I am getting the error  SSL Error: Unable to get local issuer certificate  And I have also tried it with consuming the web service by mendix also but I am getting an error – System error , contact to your system administrator.   Please help.   Thanks and Regards, Harshraj Singh
asked
1 answers
0

try executing below command:-

npm config set strict-ssl false
 

answered