Tuesday, April 30, 2013

WAS: Using Resource URL

WAS Version: 8.0.0.4

HTTP Server and WAS are hosted on same server
the application requires Authentication Virtual Host defined, and add 9443/9080/443 in alias.

Application A calls up Application B using URL (port 443), i.e. https://www.goweekend.ca/myauthentication/welcome.do

when user connected the application, the browser detected infinite loop, and refuse to work.

Cause:

seems, when application A calls up B, it skipped plugin to do SSL Handshake with application server directly.

Fix:

import HTTP Server Certificate into WAS trust store.

No comments:

Post a Comment