Dear Team,
I was unable to deploy/Integrate my chat bot due to below issue/Error.
ValueError: check_hostname needs a SSL context with either CERT_OPTIONAL or CERT_REQUIRED
I have my custom bot designed in HTML, CSS, JQuery, AJAX and JSON.
Initially bot starts the communication before the client starts by using the below JS.
const action_name = "action_hello_world";
const rasa_server_url = "http://localhost:5005/webhooks/rest/webhook";
const sender_id = uuidv4();
Yes, this is working as expected.
But, In my bot there was a module which connects to our Solr Search Data Lake, and from where it gets the response for the user utterances.
Unfortunately, this is not happening due to the above mentioned error.
Is there a way to fix this?
Regarding Integration:
We have an application, where we want our bot to be appeared. I have developed the bot in my code as an index.html, and i want to place this bot on our website. How should i do that?
Your kind and prompt response will saves me Thanks
Best Regards, Ravi