如何在 Websphere 中创建 SSL 连接
我试图在 rad 7.5 中为我的应用程序建立一个简单的安全连接。 不想用 openssl 安装 http 服务器。 可以直接在WAS中实现吗?
I'm trying to figure to do a easy secure connection in rad 7.5 for my application. Don't want to install http server with openssl. Is it possible to doing it directly in WAS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,WebSphere Application Server 包括 SSL 传输链以及所有相关功能。 您只需知道在部署应用程序时如何在管理控制台中正确映射应用程序即可。
我认为默认情况下,默认虚拟主机不会映射到启用 SSL 的传输链。 您必须创建一个新的虚拟主机,并正确映射它,然后映射您的应用程序以使用该虚拟主机。
默认情况下,SSL 密钥是虚拟密钥,如果您愿意,可以使用管理控制台(至少在 6.1+ 中)来替换它。
WebSphere Application Server includes by default SSL transport chain and all the bells and whistles for that. You just have to know how to map your application properly in the administrative console when you deploy it.
I think that by default the default virtual host is not mapped to the SSL enabled transport chain. You have to create a new virtual host, which you map correctly, and then map your application to use that virtual host.
The SSL keys are by default dummy keys, which you can replace by using the administrative console (at least with 6.1+) if you wish.