在Mule https连接器中启用TLS 1v.2 [英] Enable TLS 1v.2 in mule https connector

查看:112
本文介绍了在Mule https连接器中启用TLS 1v.2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试配置使用TLS v1.1或v1.2的HTTPS出站连接器.不确定如何实现.我在STS中运行Mule Studio插件. Mule运行时为3.6.2 EE.

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.

我尝试将tls-default.conf放入resources文件夹,但是出现类似"Unsupported Cipher"之类的异常.

I tried putting the tls-default.conf in resources folder, but get exception saying something like "Unsupported Cipher".

我已启用调试,并且可以看到握手正在使用TLS V1

I have debug enabled and can see that the Handshake is using TLS V1

如何使用TLS v1.1或v1.2?

How can I make it use TLS v1.1 or v1.2?

推荐答案

您需要在连接器级别进行配置:

You need to configure it at the connector level:

<https:connector name="https">
    <spring:property name="sslType" value="TLSv1.2" />    
</https:connector>

并使用connector-ref

这篇关于在Mule https连接器中启用TLS 1v.2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆