If a REST API is accessible on the internet and is SSL secured do I need to add the certificate to the mule app?
As an experiment I tried calling https://jsonplaceholder.typicode.com/todos/1
from mulesoft and it worked without needing to import any certs etc.
Question is when do I need to add/import an certificate and when I don't?