Hi,
You have 3 options for doing health checking in Edge:
1. TCP: simple TCP connection check
2. HTTP: sends HTTP GET using either the default { / } which is accessible by default on almost any server, but may be changed to any other URI.
3. HTTPS: sends SSLv3 client hello messages and checks for server hello messages coming from the VM. No URI is included.
So you CAN do health checks for HTTPS, but NOT for any custom URI. Instead it will just check for valid SSL communication beyond the normal TCP connection.