Hi @John Brady ,
We took a closer look at the issue and It looks like you have an invalid connection string based on your code snippet.
'InstrumentationKey=----;IngestionEndpoint=**https://ingestionendpointurl/')
The easiest way to force appInsights to use port 443 is to specify the port explicitly in the url like so: IngestionEndpoint=https://ingestionendpointurl:443'
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--