AWS Polly c# windows app error connecting to Amazon polly servers

0

simple c# windows app is written using current AWSSDK.CORE and AWSSDK.POLLY that converts text to mp3 file. app works ok on some computer but it give error connecting AWS polly server connection exception on specific windows computer in the cloud running windows 7 profession. when app debugged on the computer where it gives exception while retrieving voices list DescribeVoicesResponse describeVoicesResponse = amazonPollyClient.DescribeVoices(describeVoicesRequest); it shows exception message message : "Unable to connect to the remote server" status is : ConnectFailure Inner exception value is inner exception : {"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 'IP Address here::443'"} I even tried by turning off firewall during debugging but still it gives ConnectFailure . what steps/configuration changes is required to resolve connection failure error .

回答なし

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

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

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

関連するコンテンツ