kafka-websocket icon indicating copy to clipboard operation
kafka-websocket copied to clipboard

How can I connect to a secured websocket ?

Open mnanirban opened this issue 8 years ago • 0 comments

Hi,

I am able to use this without the ssl using ws:// protocol. Now I need to secure it so changed the properties file and make "ssl: true" , now I am using wss:// protocol but its not connecting. I am using Jquery and Browser Websocket API to connect to Kafka topic.

Can you please share anything which shows ssl connectivity to kafka topic using Websocket api

mnanirban avatar Mar 31 '16 15:03 mnanirban