RASA-X on AWS: Site can't be reached

Hi there,

I’ve been trying to install RASA-X on an AWS EC2 instance using the Docker Compose Installation method. The installation went smoothly, and the Docker containers are running as follows:

The EC2 instance is running correctly and the ports are set up per the instructions:

However, when accessing the public IP address of the AWS server, I get a message “this site can’t be reached”.

Insterestingly, when trying to access port 80 from localhost on the AWS server, the nginx server returns a bad request:

Do you know what could have gone wrong here? Thanks in advance, and let me know if you need more information.

–Rayo

Update: actually, it does work, but only if connected through HTTP, not HTTPS. Any thoughts on where this could come from?

Did you follow also SSL certificates installation?

Yes, I did; the certificates are there but only HTTP works.