We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page describes how to define an HTTPS client and server flow in Mule 3.7.
<http:listener-config name="httpsServerConnector" host="localhost" port="8083" doc:name="HTTP Listener Configuration" protocol="HTTPS"> <tls:context> <tls:key-store type="jks" path="server-keystore" keyPassword="mulepass" password="mulepass" /> </tls:context> </http:listener-config>