Hosting rasa chatbot on ssl server

Can someone please help me in hosting my chatbot on company’s ssl website server

hey @Ayantika1, can you tell me how have you deployed your bot, I mean are you using Rasa X or using docker-compose?

I have rasa x but is there any way of not using either

anyone here has tried combining Rasa with Let’s Encrypt using certbot in a Dockerized setup?

I’m curious how you handled renewing the SSL and whether you had to restart your containers every time. Would love to hear what setups others are using lately.

I had a similar setup and the key for me was making sure the domain and SSL certs were correctly configured through my hosting provider. Once I got the certs in place, I used a reverse proxy with Nginx to point to the Rasa server running locally. Don’t forget to allow traffic on port 443 and double-check your firewall settings—my provider had blocked it by default.