简体   繁体   English

在Websphere 7.0中达到动态端点

[英]Hitting Dynamic Endpoint in Websphere 7.0

I have a Dynamic Endpoint setup in Websphere 7.0. 我在Websphere 7.0中有一个动态端点设置。 The intention is for the Dynamic Endpoint to capture outbound HTTPS requests from the application and implement some Mutual SSL logic. 动态端点的目的是捕获来自应用程序的出站HTTPS请求并实现一些Mutual SSL逻辑。

My question is this. 我的问题是这个。 In my application code, do I need to do anything to hook into the Dynamic Endpoint? 在我的应用程序代码中,我需要做些什么来挂接到动态端点上吗? Or does it suffice to make a HTTPS request direct from my code and that will be intercepted by the Websphere Dynamic Endpoint (based on the URL)? 还是直接从我的代码发出HTTPS请求就足以被Websphere Dynamic Endpoint(基于URL)拦截?

When you configure an outbound dynamic endpoint for websphere, for each outbound connection attempted, this association is checked ahead of the SSL configuration scope association. 为Websphere配置出站动态端点时,对于每个尝试的出站连接,都将在SSL配置范围关联之前检查此关联。 In specific scenarios like connecting to a third party server we may need separate SSL configuration, Please refer IBM Journal . 在特定情况下,例如连接到第三方服务器,我们可能需要单独的SSL配置,请参阅IBM Journal Once the endpoint is created all HTTPS requests for the selection start to use the endpoint. 创建端点后,所有用于选择的HTTPS请求都会开始使用端点。 SO you need not do any code change in application apart from hitting HTTPS URL. 因此,除了点击HTTPS URL外,您无需在应用程序中进行任何代码更改。 Hope this answers your question. 希望这能回答您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM