I am trying to define an encrypted channel for a basic connection, but am struggling a lot. I have followed all of the intsructions and all of tutorials, but I'm constantly getting this error and find any fixes for it.
I am using the Java EMA SDK, and I also have the XML config, as well as the keystore and registered appname and password and I can't seem to move past this error at all.
Dec 11, 2020 11:19:33 AM com.refinitiv.ema.access.ChannelCallbackClient reactorChannelEventCallback
WARNING: loggerMsg
ClientName: ChannelCallbackClient
Severity: Warning
Text: Received ChannelDownReconnecting event on channel Channel
RsslReactor @4d41ba0f
RsslChannel @3c87e6b7
Error Id 0
Internal sysError 0
Error Location Reactor.processWorkerEvent
Error text Error initializing channel: errorId=-1 text=Handshake failed with far end. No more Protocols to try.
loggerMsgEnd
The XML should define the Channel settings, with the Consumer and everything else, but I can't tell if this is being explictly read or not - the Consumer is not recognised and I can't seem to get even the simplest examples to work at all - which is extremely frustrating. Any help would be greatly appreciated