Invoking Custom Action Server running on Https

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?

Hey @vmanthena, were you able to solve that issue? I’m facing the same problem with my hosted custom action Server.

Yes

hey did u find a solution to it,i try to use ngrok to make it available for telegram bot but the action server is not being called since it is running on a defferent port than rasa, how did u connect them?