Open kylegalbraith opened 4 years ago
@kylegalbraith did you make progress on this? I'm also experiencing this issue, exactly as described above. I'm a noob to sumologic, so I assume my endpoint url is invalid.
Can you check if you are on tls 1.2 or later? This might be relevant https://stackoverflow.com/questions/30516001/an-existing-connection-was-forcibly-closed-by-the-remote-host-when-connecting
I am running a .NET 4.5 console app that I am trying to ship up the logs to my HTTP collector in my Sumo Logic account. Below is my XML configuration in App.config.
But in my
Program.cs
I am getting an exception as soon as the logger goes to ship up a log message.Here is the sample code:
Here is the exception:
I am on the latest version of the Nuget package and log4net. I am using the collection endpoint for my configured collector. I'm at a bit of a loss on what the issue is here.