HTTPS handshake to permid.org (for #475) failed. System.Security.Authentication.AuthenticationExcept

Hoi,

I'm reaching out to the community on behalf on a customer as they are trying to use Perm ID.


Via Chrome, it's running fine but the customer machine only allows Explorer and when running it from the company machine, tthey ahve the following error:


HTTPS handshake to permid.org (for #475) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception

Best Answer

Answers

  • @alexandra.hening

    I would like to confirm the problem statement. Does it mean that the OpenPermID website https://permid.org/ can't run properly on Internet Explorer?

    I have tested it with the Internet Explorer on my Windows 10 machine. It can access the OpenPermID site properly.

    image

  • Hi, coming back to my question


    the error that our customer is facing is the following:

    We are trying to connect to the server using standard C# API’s as per below:


    using (var client = new HttpClient())

    {

    var req = client.GetAsync("https://permid.org/1-55835312773?access-token=hZgpZjURGmowF1ZvGY65Rx8Lf8Qt2sho&format=json-ld").Result;

    Console.WriteLine(req.Content.ReadAsStringAsync().Result);

    }


    During this connection establishment only- We are getting below error message exception:


    image



    please could you kindly point us in the right direction?