question

zodiacgskpro avatar image
zodiacgskpro asked

My server build is always unhealthy, but everything seems to be fine in the LocalMultiplayerAgent

I'm a beginner and i can't find a way to make my game work in the GameManager, i got this error in the LocalMultiplayerAgent, it is normal or i need to see somewhere else ?

Non-secure network connections disabled in Player Settings InvalidOperationException: Insecure connection not allowed at (wrapper managed-to-native) UnityEngine.Networking.UnityWebRequest.BeginWebRequest(UnityEngine.Networking.UnityWebRequest) at UnityEngine.Networking.UnityWebRequest.SendWebRequest () [0x00001] in :0 at PlayFab.PlayFabMultiplayerAgentAPI+d__51.MoveNext () [0x000e5] in :0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in :0

Custom Game Servers
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
zodiacgskpro avatar image
zodiacgskpro answered

The problem has been resolved but, i need to allow http and unity say it can make it vulnerable to attack, it is a problem ?5367-capture-decran-2023-01-02-232114.png


1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Xiao Zha avatar image Xiao Zha commented ·

Your original setup disabled http requests so that caused the error you mentioned. We need more complete logs to see if the http request is sent by PlayFab.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.