Getting error every time I add pathfinder in my game

So I was working on my project when I install Astra path finder after I finished of everything I tried to play it but it gives me this errors:

InvalidOperationException: Insecure connection not allowed
UnityEngine.Networking.UnityWebRequest.SendWebRequest () (at <da8fa26c2b274cd593d1cd25589f7211>:0)
Pathfinding.AstarUpdateChecker.DownloadVersionInfo () (at Assets/AstarPathfindingProject/Editor/AstarUpdateChecker.cs:224)
Pathfinding.AstarUpdateChecker.CheckForUpdates () (at Assets/AstarPathfindingProject/Editor/AstarUpdateChecker.cs:185)
Pathfinding.AstarUpdateChecker.UpdateCheckLoop () (at Assets/AstarPathfindingProject/Editor/AstarUpdateChecker.cs:151)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <9920ff0c944845d7b9f9a61ef1478edc>:0)

The error suggests that the problem is with it trying, and failing to update. The reason given is an insecure connection. While I cannot see your network setup, that is usually what happens when something is trying to change the contents a server is sending back (like when a web filter blocks a page). You may be able to disable update checking, which could fix it.