We're using Zendesk's Secure Settings feature, but it fails in error, "Proxy error: DNS resolution error". The domain is subdomain of openai.azure.com, like oursubdomain.openai.azure.com.
- secure:true in ZAFClient request options
- set "domainWhitelist" in manifest.json
- without secure:true option, it works. This means the subdomain and parameters are correct.
- installed the app as private app
What can we do next to solve this error?
dig +trace e...openai.azure.comor on Windowsnslookup -debug e...openai.azure.com, you'll see the full resolution path.Since this is working when you're not passing it through our proxy (by removing
secure: true), I'm assuming that there is something deeper that occurs on this particular path, so I'm going to bring my findings to that team to hear what they have to say. I'll drop you a line when I hear back from them, hopefully later this week.