|
From: Christian Z. <chr...@re...> - 2007-06-05 07:55:41
|
Hi Guys, Sorry about the delay! All I can tell you for now about SSL in QuickFIX/J... is that I spent a couple of days trying, and I'm now back to Stunnel until my implementation is in production. I hope I'll be able to spend some time on the issue afterwards. Regards, Christian Zapf Toli Kuznets wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > >> No, it doesn't support two way transport-level authentication. Isn't it >> more common to handle client authentication at the application level >> rather than at the transport level? >> > > Well, we have a broker that requires SSL-level authentication for all > incoming client connections. > So i'll take a look at how to get QFJ to send certificates in the > outgoing connections (as initiator) as well, and post the patch later. > > Do you have any suggestions or tips on how to do that best? I will > probably try to generalize the initializeKeyManager code to be used in > InitiatorContextFactory as well, instead of just always returning a > null set of keyManagers there. > > |