Skip to content
Gabriel Dimech edited this page Aug 17, 2015 · 6 revisions

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>

Clone this wiki locally