We integrate with a third-party application using a smart serial connection. Over that connection, DataMiner receives a REST call with a JSON document we capture and parse.
The customer wants to enable TLS to enforce security, but I wonder what is required to process that secured invocation from our side. As an alternative, I'm thinking of transferring that part of the integration to an UserDefinable API, but I wonder about the implications of such a change.
Hi Gelber,
You can find this information in DataMiner docs: Enabling TLS encryption for serial communication
Hope it helps.
Thanks Miguel. I believe this is exactly what we need.