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…
Category: Mulesoft ESB
Skip Maven Unit tests
In the maven command while building your application add “-Dmaven.test.skip=true” and it will skip the unit tests. For example: mvn clean package -Dmaven.test.skip=true Hope this helps!
Resolve “SSL handshake error” with Mule
When you are running/deploying Mule 3.8 applications you should note that TLSV1 is disabled by default as it has security vulnerabilities. So any application that you develop should be supporting only TLS1.1 and TLS1.2. If you have a https listener…
Resolve exception “No bean named ‘HTTP_Listener_Configuration’ is defined”
In the previous post I have explained on how to fix the “bind exception” that occurred because we are trying to run an application on the same port that other application is running and advised to move the configuration section…
Resolve exception “java.net.BindException: Address already in use”
When you run Mule application in Anypoint Studio or deploy Mule application in Mule Runtime, it is common to get the following error: ERROR 2016-09-05 22:17:57,070 [main] org.mule.module.launcher.application.DefaultMuleApplication: ******************************************************************************** Message : Failed to invoke lifecycle phase “start” on object: org.mule.module.http.internal.listener.DefaultHttpListenerConfig@7c1503a3…