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
posta 2 anni fa358 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande