Splunk Dev

C# SDK LogOnAsyc fail!!

sspeng1209
New Member

When I use c# 2.0 SDK calll service.LogOnAsync function, I receive the following message:
Message: The underlying connection was closed: The connection was closed unexpectedly.

How to solve it?

Code:
static async Task async1()
{
try
{
// Create a Service instance
var service = new Service(new Uri("http://localhost:8089"));
await service.LogOnAsync("admin", "test1234");
........................
}
catch(Exception err)
{
Console.WriteLine("Message=",err.Message);
}
}

    static void Main(string[] args)
    {           
        Task.Run(()=> async1());
        Console.ReadKey();            
    }
Tags (2)
0 Karma

jkat54
SplunkTrust
SplunkTrust

You should be using https://localhost:8089 not http

This is the Splunk Daemons rest API port and it’s SSL by default (https).

0 Karma

sspeng1209
New Member

I try it using https://localhost:8089.But i receive the message:
The underlying connection is down: A trust relationship cannot be established for the SSL/TLS secure channel.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...