WebSocket configuration (WSS)
TRUE Connector can be configured to use WebSocket over HTTPS, for exchanging large files. WSS communication can be configured (independently of each other):
between Consumer DataApp and Consumer ECC
between Consumer ECC and Provider ECC
between Provider DataApp and Provider ECC
To configure connector for WebSocket configuration, modify following:
be-dataapp-resources\config.properties
With custom certificate or leave default one. Note: if using custom certificate, same certificate must be used in ECC and DataApp, in order to be able to do handshake between ECC and DataApp. Check SSL/HTTPS
On the following link, information regarding WebSocket Message Streamer implementation can be found here WebSocket Message Streamer library.
Last updated