如何在Web逻辑中为传出https事务启用TLS版本1.2 [英] How to enable TLS version 1.2 in web logic for outgoing https transactions

查看:628
本文介绍了如何在Web逻辑中为传出https事务启用TLS版本1.2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在一个项目上,该项目要求在Web逻辑服务器上启用TLS 1.2版以进行传出https事务. 我尝试在Web逻辑启动脚本中使用以下属性: Weblogic.security.SSL.minimumProtocolVersion = TLSv1.2 或者 Weblogic.security.SSL.protocolVersion = TLS

I am working on one project which require TLS version 1.2 to be enabled on web logic server for outgoing https transactions. I tried using below properties in web logic startup script : Weblogic.security.SSL.minimumProtocolVersion=TLSv1.2 Or Weblogic.security.SSL.protocolVersion=TLS

但是当我进行一些测试时,我能够看到TLSv1仍在weblogic SSL日志的clientHello消息中使用.我们尝试了所有排列组合以使用TLSv1.2开始TLS握手,但到目前为止没有成功.

But when I ran some test I was able to see TLSv1 still getting used in the clientHello message in weblogic SSL logs. We tried every permutation and combination to start the TLS handshake with TLSv1.2 but no success so far.

当我们在weblogic中启用基于sun的http处理程序并在启动脚本中使用了以下属性时,我能够使用TLSv1.2 -DUseSunHttpHandler = true -Dhttps.protocols = TLSv1.2

When we enabled sun based http handler in weblogic and used below property in startup script, I was able to use TLSv1.2 -DUseSunHttpHandler=true -Dhttps.protocols=TLSv1.2

我的问题是,当使用weblogic http连接类而不是基于sun的http类时,如何使用IBM Java 1.7 SR9在weblogic 12c版本中启用TLSv1.2来进行出站https事务?

My question is how to enable TLSv1.2 in weblogic 12c version with IBM java 1.7 SR9 for outgoing https transactions when using weblogic http connection classes instead of sun based http classes?

推荐答案

您可以为来自Weblogic的传出连接启用TLSv1.2.

You can enable TLSv1.2 for Outgoing connection from Weblogic.

在托管服务器下,参数中的服务器启动"如下所示添加

Under the managed servfer, Server Startup in the arguments add as below

-Djdk.tls.client.protocols = TLSv1.2

-Djdk.tls.client.protocols=TLSv1.2

这篇关于如何在Web逻辑中为传出https事务启用TLS版本1.2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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