Hi @Mike ,
Thanks for bringing this to our attention. That's odd behavior. Can you please share the exact error message you are getting? Does your host have outbound access to Azure on port 443?
Based on this doc, if your status says Connected but your app cannot reach your endpoint then:
- Make sure you're using a DNS name in your Hybrid Connection. If you use an IP address then the required client DNS lookup may not happen. If the client running in your web app doesn't do a DNS lookup, then the Hybrid Connection will not work
- Check that the DNS name used in your Hybrid Connection can resolve from the HCM host. Check the resolution using
nslookup EndpointDNSname
where EndpointDNSname is an exact match to what is used in your Hybrid Connection definition. - Test access from your HCM host to your endpoint using the PowerShell command
Test-NetConnection EndpointDNSname -P Port
If you cannot reach the endpoint from your HCM host then check firewalls between the two hosts including any host-based firewalls on the destination host.
Hope that helps. Please let us know if you have further questions
Thanks,
Grace
--If the reply is helpful, please Upvote and Accept as answer--