How to connect websocket with aws

akshay12489
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?
  • Kailash
    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?
  • akshay12489
    Thanks Kailash, got it resolved :blush:
This discussion has been closed.