question

Muhammad Fahad Asghar avatar image
Muhammad Fahad Asghar asked

Calling CloudFunctions From MultiplayerServer

I created a game server and from there I do all the communication to the Playfab like Incrementing Virtual Currency of User. This way I can securely increment VC without user access. But when I call the function from the multiplayer game server it say "Unable to complete SSL connection". Can anyone please tell me how can I do it?

CloudScriptCustom Game Serversmultiplayer
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

·
Muhammad Fahad Asghar avatar image
Muhammad Fahad Asghar answered

Solved this issue by myself

RUN apt-get update && apt-get install -y openssl ca-certificates

Just need to add this line to the Dockerfile. It will get the SSL connection done and make everything work like magic.

10 |1200

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

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.