Consume SSL service Consuming a HTTPS SSL service need a different HTTP requester configuration Most of the time we have seen below error while calling the SSL service This happen when we doesn’t add the endpoint’s SSL certificates to our MuleSoft trusted store For this use case we will call our earlier SSL service https://localhost/ssl-service…
Read MoreCreate SSL based service SSL certificates are used for securing the transport layer and creating a secure communication between the service caller and the server. SSL channel authenticate the identity of the caller with server and encrypt the data exchanged between caller and server. In Organization it’s a standard to have only SSL based…
Read More