ssl - weblogic 作为 ssl 客户端(单边认证)

标签 ssl client weblogic

如何让 weblogic 在 ssl 认证中作为客户端工作。

最佳答案

an example on the Oracle docs

You can use a URL object to make an outbound SSL connection from a WebLogic Server instance acting as a client to another WebLogic Server instance. The weblogic.net.http.HttpsURLConnection class provides a way to specify the security context information for a client, including the digital certificate and private key of the client.

The weblogic.net.http.HttpsURLConnection class provides methods for determining the negotiated cipher suite, getting/setting a hostname verifier, getting the server’s certificate chain, and getting/setting an SSLSocketFactory in order to create new SSL sockets.

关于ssl - weblogic 作为 ssl 客户端(单边认证),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3910369/

相关文章:

ssl - 添加SSL证书配置后无法重启Nginx?

java - Weblogic 12c 上的 Spring 应用程序部署失败

php - UI 在使用 https 后中断

通过带有凭据的代理进行 Java 请求

java - 读取时客户端套接字出现问题

c# - 在 app.config 中配置的 WCF 命名管道不起作用

java - 登录页面出错

java - 如何确定可以延长其响应时间的 Web 服务之外所花费的时间

android - 使用 JQuery 和 PhoneGap 时的 SSL 查询

php - 测试客户端浏览器中是否安装了客户端证书