When you are using MySQL in your mule project and you see the below warning, you have two options. Either configure SSL or disable it if it is in your development box: Establishing SSL connection without server’s identity verification is…
Category: SSL
The request was aborted; could not create SSL/TLS secure channel
This is one more issue if .NET client applications are trying to hit https endpoint in your Mule 3.8 application, they may get the following error: The request was aborted; could not create SSL/TLS secure channel The fix for this issue is…