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
質問済み 2年前358ビュー
1回答
0
承認された回答

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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ