Hi all,
wanted to implement this messaging translation assistant with the AWS Translate service, followed these article on genesys Build a messaging translation assistant with the AWS Translate service.
I cloned this repository( GitHub - GenesysCloudBlueprints/digital-messaging-translator-blueprint: The Digital Messaging Translator uses AWS Translate service to automatically translate everything in the interaction window in real-time, including canned responses. This supports both web chat and web messaging interactions.) and run the application locally in my desktop and the node application started on port 443 worked as excepted but when started the index.html for testing it redirected to Genesys org for authentication and after getting the access token it showed that connection is not secure. I am not able to understand the problem.
thank you