Enable TLS 1v.2 in mule https connector
问题 I am trying to configure a HTTPS Outbound connector that uses TLS v1.1 or v1.2. Not sure how to achieve that. I am running Mule Studio plugin within STS. Mule runtime is 3.6.2 EE. I tried putting the tls-default.conf in resources folder, but get exception saying something like "Unsupported Cipher". I have debug enabled and can see that the Handshake is using TLS V1 How can I make it use TLS v1.1 or v1.2? 回答1: You need to configure it at the connector level: <https:connector name="https">