Mule 3.8 supports only TLSv1.1 and TLSv1.2 by default due to vulnerability issues with TLSV1. So, by default only v1.1 and v1.2 TLS are enabled both at the Mule Runtime and the Anypoint Studio settings. This scenario is applicable when…
Category: TLS
Enabling/Disabling TLS settings in MuleSoft’s Anypoint Studio
You all must be knowing that Mule ESB 3.8 by default supports only TLSV1.1 and TLSV1.2. Some applications need to post to endpoints that are based on TLSV1.0 and in order for it to work in local while developing your…
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…