Closed ThomZz closed 5 years ago
@ThomZz do you have any logging from your proxy that might indicate whether or not it actually had connectivity issues reaching our ingestion endpoint?
As for .NET Core vs Node with regard to this, I believe this SDK is more verbose about connectivity errors where .NET SDK prefers to complain less - the actual behavior under the hood may still be the same. Do note that this isn't a permanent failure if eventually the message stops appearing. As the message notes the telemetry will be retried.
@OsvaldoRosado Problem seems to be related to the firewall, denying specifically https request for 40.71.12.231:443. I'll keep you in touch after further investigation.
Problem solved. This specific adress (40.71.12.231:443) was denied by the firewall. Thanks.
Hello,
I've got connection issue with the client, even if i set the proxy correctly
this._client.config.proxyHttpUrl= "http://proxyadress:port";
It seems to happen randomly. Sometimes, data is correctly ingested, but most of the time, it fails with :
I have also try specifying different "endpointUrl", based on https://docs.microsoft.com/en-us/azure/application-insights/app-insights-ip-addresses, but no luck...
Am i missing something ?
I am using application insights telemetry SDK in my asp.net core apis, and i've never encountered this problem.