I am running my rasa server on https://ip:5005 with ssl certificate. Its running fine… But, when I am trying to call the custom action server which is running on https version , the call from rasa server isn’t made. I get the below exception.
Error: Cannot connect to host:port ssl:default [[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1131)].
Endpoint Config: action_endpoint: url: “https://host:port/v1/coll/actions”
Can you please help with the above issue. Is there a way we can pass the SSL cert & Key from the endpoints.yml file to establish the handshake with our custom action server?