如何为WebSphere CE 配置SSL 服务器身份验证?
我想要做的是在 WebSphere CE 上部署一个简单的 Web 应用程序并使其通过 SSL 运行?我生成了一个密钥并部署了一个应用程序,但它只能通过 HTTP 运行,不能通过 SSL 运行。如何启用SSL?请指出我正确的方向..
What I want to do is deploy a simple web application on WebSphere CE and make it work through SSL ? I generated a key and deployed an application but it works only through HTTP and doesn't work through SSL. How to enable SSL ? Please point me to the right direction..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SSL 服务正在侦听不同的端口。检查服务器->应用服务器->您的服务器 ->端口->细节,或者类似的东西。您还可以从配置文件目录中名为 serverindex.xml 的文件中找到这些端口。
SSL service is listening on different port. Check servers -> application servers -> your server -> ports -> details, or something similar. You can also find these ports from a file called serverindex.xml from inside the profile directory.