0

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?

Christoph John
  • 3,003
  • 2
  • 13
  • 23
Wins
  • 3,420
  • 4
  • 36
  • 70

1 Answers1

0

I'm not too familiar with keystore or SSL specialities, but shouldn't you be able to put several certificates into one single keystore and supply this keystore in the config?

Also see Can we load multiple Certificates & Keys in a Key Store?

Christoph John
  • 3,003
  • 2
  • 13
  • 23