Issue with Reverse Proxy using IBM HTTP Server
Hello,
I followed the CLM4 information center and the CLM 4 Admin Workshop to build the reverse proxy server with IBM HTTPS (V8). Two individual CLM 4 sandboxes were built. The reverse proxy works on one but not on the other.
>https://<hostname>/snoop does not work.
Appreciate if you have some tips to share.
Here are the details of settings on the non-working machine:
1) Web Server is defined in a Custom Node:
Type: IBM HTTP Server
Port: 80
Web Server Installation Location and Plugin locatuon are valid
Web Server Virtual Host: 0.0.0.0:443 --> "Security enabled", "Copy to web server key store directory" was issued
Global Directive: "Server name": <full-hostname>:80; "Listen ports": 0.0.0.0:80; 0.0.0.0:443; "Copy to Web server key store directory" was issued"
2. The "DefaultApplication.ear" mapped to the web server and related WAS server. It uses "default_host" virtual host
3. default_host virtual host has the following host alias:
* --> 9080
* --> 80
* --> 9443
* --> 5060
* --> 5061
*--> 443
4. The WAS server has the following ports:
WC_defaulthost_secure: 9443
Thanks