RemoteCertificateNameMismatch error when using Gamelift generated certificat

0

When trying to securely connect a client through an Gamelift SSL generated certificate to a Game session we got an RemoteCertificateNameMismatch error. We are using a Websocket communication between game client based on Unity and the game session.

AWS
Steve_H
demandé il y a 2 ans358 vues
1 réponse
0
Réponse acceptée

When connecting to a game session that is running on a TLS-enabled fleet, you must use the DNS name, not the IP address.

DNS name can be retrieved when getting GameSession object and is format following this pattern: <unique identifier>.<region identifier>.amazongamelift.com.

https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameSession.html#gamelift-Type-GameSession-DnsName

AWS
Steve_H
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions