In regards to the
DataIntellect FIX adaptoris it possible to enable secure TLS connections, or is it setup purely for plain-text?
I am testing a connection to the Binance FIX
server which requires secure TLS encryption with Ed25519 and
I am wondering if I need to modify the library itself to achieve that?
The other option is to create an external TLS proxy (e.g. stunnel) but
I would prefer to avoid that if possible.
Many thanks