can not connect signalr in android 7

mc 4,796 Reputation points
2023-06-06T12:06:57.0266667+00:00

android 7 can not connect to signalr hub

there is an error:

User's image

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,663 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 67,906 Reputation points
    2023-06-06T16:58:28.2033333+00:00

    Android, unlike windows, does not allow software to override ssl trust. You must install the self signed cert on the android device to use ssl (https) with a self signed cert.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.