通过 HTTPS 访问 IBM AJAX 测试服务器?
我正在使用
查看启动配置,AJAX 测试服务器似乎是一个自定义 Apache HttpCore 服务器< /a>.我没有在 配置指南。
有没有办法通过HTTPS访问这个测试服务器?
这用于演示和本地开发目的;不是生产。
I'm using the AJAX Test Server in Rational Application Developer. I'm posting a form to another host for authentication. That host takes a URL to redirect to after authentication. However, it insists on using HTTPS whenever it sends the 302 response. The low hanging fruit would be to just use HTTPS locally.
Looking at the launch configuration, the AJAX Test Server appears to be a custom Apache HttpCore server. I haven't spotted anything in the configuration guide.
Is there a way to access this test server via HTTPS?
This is for demo and local development purposes; not production.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 RAD 中使用 WAS(WebSphere Application Server)的情况来看,我很确定答案是肯定的。服务器(至少使用 WAS)具有安全和“不安全”端口。
我注意到,当服务器通过安装构建时(至少是产品 7.5+ 的新版本),每次安装使用的端口都不同。这有助于避免与可能使用这些端口的其他应用程序发生冲突。
所以 https 可能没问题。您可能只需要通过端口 302 或其他端口使用它。
如果没有管理控制台来查看您的端口,您可以随时尝试 Window |菜单项下的首选项选项。有时 IBM 会在那里隐藏服务器配置内容。
Speaking from working with WAS (WebSphere Application Server) in RAD, I'm pretty sure the answer would be yes. The server (at least with WAS) has both secure and "unsecure" ports.
What I have noticed is that when the server is built with the install (at least with the newer versions of the products 7.5+), the ports used are different per install. This is to help with not conflicting with other applications that may use those ports.
So https is probably fine. You just may have to use it over port 302 or some other port.
If there is no admin console for viewing your ports, you could always try the Window | Preferences option under your menu items. Sometimes IBM hides server config stuff in there.