Hi Community!
So I’m working on chat-bot which can give details about users of my application to the clients. My company already have an app running which provide Salesforce automation. So my goal is to create a chatbot that can be integrated with our app and help provide answers to our clients. Our app is also hosted on AWS and working perfectly fine and it is secured. For testing purposes, I have created a new AWS account and hosted a new server on which I have uploaded my bot. So now I’m facing these issues,
- the bot is running fine with http but not on https
- Tried to use reverse proxy method in apache2 but couldn’t get any response in the browser.
- couldn’t get the port 5005 to answer in browser.like https://my-ip:5005
So How can I get rasa core response in my app server. I’m not that familiar with servers.
thanks for help in advance.