gpt4 book ai didi

ssl - 使用 http :conduit with https4 apache camel

转载 作者:太空宇宙 更新时间:2023-11-03 15:03:27 27 4
gpt4 key购买 nike

是否可以在 Apache Camel 中将 http:conduit 元素与 https4 元素一起使用?

我只找到了将管道与 CXF 一起使用的示例。

这就是我想使用的:

  <http:conduit name="{http://www.company.com/product/orderEntry/service/1}OrderEntry.http-conduit">
<http:tlsClientParameters disableCNCheck="true">
<sec:trustManagers>
<sec:keyStore type="JKS" password="${trustStore.password}" file="${trustStore.file}"/>
</sec:trustManagers>
<sec:cipherSuitesFilter>
<sec:include>.*_EXPORT_.*</sec:include>
<sec:include>.*_EXPORT1024_.*</sec:include>
<sec:include>.*_WITH_DES_.*</sec:include>
<sec:include>.*_WITH_NULL_.*</sec:include>
<sec:exclude>.*_DH_anon_.*</sec:exclude>
</sec:cipherSuitesFilter>
</http:tlsClientParameters>

Apache Camel 如何知道在哪里绑定(bind) http:conduit 信息?我应该检查哪个源类?

感谢大家的评论

最佳答案

如我的评论所述。这是不可能的(参见讨论:http://fusesource.com/forums/message.jspa?messageID=15877)。在这里 ( http://camel.apache.org/http4.html#HTTP4-UsingtheJSSEConfigurationUtility ) 可以找到关于 https4 和 SSL 的说明

关于ssl - 使用 http :conduit with https4 apache camel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16902096/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com