Hello Everyone,
I am facing some issues in verifying my self-signed certificate when running the rasa server. Due to that my rasa server is not communicating with the custom action server.
Given below is the version of Rasa I am using.
Rasa Version : 3.0.8
Minimum Compatible Version: 3.0.0
Rasa SDK Version: 3.0.4
Rasa X Version : None
Python Version: 3.8.10
Operating System: Linux 20.04
The error screenshot is attached below
The error shows ‘please check the logs of action server’ but, it didn’t print any logs.
I also tried the following command listed on the rasa documentation page but, it didn’t work.
rasa run --ssl-certificate myssl.crt --ssl-keyfile myssl.key --ssl-password mypassword
Thanks