Help Needed: Integrating Rasa Chatbot Interface with Secure API (TLS)

I’m facing a challenge integrating my chatbot interface with a secure API using TLS.

After a lot of effort, I successfully deployed Rasa’s API and Actions server on AWS using ECS Fargate. I’ve configured them to be accessible securely via HTTPS.

My interface is built using Rasa’s own chatbot widget (rasa-chat-webchat), which is also set up securely. However, I’m having trouble connecting the interface to the backend.

Any guidance or suggestions would be greatly appreciated!