简体   繁体   English

如何在Websphere中创建SSL连接

[英]How to create a SSL connection in Websphere

I'm trying to figure to do a easy secure connection in rad 7.5 for my application. 我正在尝试为我的应用程序在rad 7.5中进行简单的安全连接。 Don't want to install http server with openssl. 不想使用openssl安装http服务器。 Is it possible to doing it directly in WAS? 是否可以直接在WAS中进行?

WebSphere Application Server includes by default SSL transport chain and all the bells and whistles for that. 缺省情况下,WebSphere Application Server包括SSL传输链以及该传输链的所有内容。 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. 我认为默认情况下,默认虚拟主机未映射到启用SSL的传输链。 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. SSL密钥默认为虚拟密钥,您可以根据需要使用管理控制台(至少使用6.1+)来替换它们。

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

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