QuickFIX/J with multiple certificates

Viewed 14

With QuickFixJ connection type as Initiator, I need to configure failover.

The documentation at https://www.quickfixj.org/usermanual/2.3.0/usage/configuration.html#Initiator allows us to configure alternate SocketConnectHost and SocketConnectPort for failover.

However I have requirement from the acceptor that for different SocketConnectHost, I need to use different SSL certificate.

Does QuickFixJ support this? Or I have to manually overwrite the certificate while it is attempting to connect to different acceptor?

1 Answers
Related