Timeout Error when testing haaska in AWS

Hi, Im hoping you can help me to fix an error I am getting after following the DrZzs youtube video

to setup Alexa to work with Home Assistant. This video follows the Mike-Grant instructions.

I managed to make it all the way through the instructions to the 13 minute mark where I found I was getting a timeout error when running the haaska test.

Can you please help to let me know what needs to be adjusted to ensure a successful test so I can move to the next steps?

Hi, Just following up on my post as I am still unable to determine what the issue is. Can anyone help here please?

I run through all the configuration settings again and confirmed that I have entered everything correctly.

Appreciate any help that can be offered here and please let me know if you need more information.

Thank you.

Hi,
Seems that after a lot of google searching I managed to find the issue.
I originally had my config.json with the following line as shown in the video:
“url”: “https://******.duckdns.org”,

I change it to the below line and the test ran successfully.
“url”: “https://******.duckdns.org:8123”,

Hope this entry can help someone else in the future!