Hello, has anyone solved how to change the path for Broker URI in ConsumeMQTT for Websocket over SSL ?
I need: wss://[server]:[port]/ws But ConsumeMQTT works with: wss://[server]:[port] only. https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-mqtt- nar/1.5.0/org.apache.nifi.processors.mqtt.ConsumeMQTT/ P.S. I could solve it elsewhere with apache httpd as wss reverse proxy, but it's not possible here :-( Thank you and kind Regards Marek
