I'm trying to connect the API from aws instead of local server but its not establishing connection as zerohda has an https connection for websocket and aws run as http . If i set another domain name it ask for SSL certificate to proceed. Does anyone know how we can run the API in cloud?
There should be no issues in establishing a WS connection from http to https (unless it's a browser). Are you using the Python client library? What is "another domain" and what exactly is asking for an SSL cert?