开发者

Access the IBM AJAX Test Server over HTTPS?

开发者 https://www.devze.com 2023-03-19 04:04 出处:网络
I\'m usi开发者_高级运维ng 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. How

I'm usi开发者_高级运维ng 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号