Created 10-26-2017 07:19 AM
client.txtI need to connect to a secure websocket wss://...... I am able to connect to the socket using java client. I pass username and password as Basic Authorization in the header.
Attached the full java code.
In NiFi I followed the article
https://community.hortonworks.com/articles/68378/nifi-websocket-support.html
and started using connectWebSocket processor but looks like I should be using java keystore or trust store which I don't have.
How can I pass the header while connecting to the websocket api.
Please guide.
Created 10-27-2017 09:34 AM
I am new to NiFi, can some one comment if this is some thing I shouldn't be doing in NiFi
Created 01-08-2018 09:49 AM
Were you able to find a solution to this issue yet?
I'm also trying to use the ConnectWebSocket processor with a basic header, but I'm having the same problem as you.
I asked a question in the forum before seeing yours (
Created 01-08-2018 10:27 AM
I didn't receive any support on this issue.
Created 01-08-2018 11:34 AM
okay, so you decided not to use Nifi for you websocket client?
Created 05-08-2018 02:02 PM
Hi. There seems to be some development going on concerning this topic:
https://issues.apache.org/jira/browse/NIFI-5114
Regards,
FW