Hi Community,
We are on ISAM 9.0.7
I have a junction set as follow:
junction_point: "/abc"
junction_type: "ssl"
junction_server_hostname: "service_abc.com"
junction_server_port: 443
transparent_path_junction: "yes"
junction_settings: "['ping-uri','/abc/ui']"
Without the last setting ISAM was seeing the backend as not responding. We realized that for the HEAD calls to work, they need to be sent to "service_abc.com/abc/ui", not to "service_abc.com"
This last junction setting sets the following in the proxy config file:
[junction:/abc]
ping-uri = /abc/ui
And everything works well.
--
Now we have a very similar Virtual Host junction, which is set as follow (same backend, same port):
junction_junction_point: "vh-abc"
junction_type: "ssl"
junction_server_hostname: "service_abc.com"
junction_server_port: 443
junction_virtual_hostname: "abc.other_url.ca.net"
junction_settings: "['ping-uri','/abc/ui']"
This last junction setting sets the following in the proxy config file:
[junction:@vh-abc]
ping-uri = /abc/ui
But this does not work. The service is still flagged as Not Responding.
I also tried:
[junction:vh-abc]
ping-uri = /abc/ui
But that did not work either.
Is there any reason why setting the ping-uri would not work for a VH junction?
Am I missing something?
Thanks,
Louis
------------------------------
Louis Beaudry
Access Management
Intact Financial Corporation
------------------------------