|
From: Aaron B. <aar...@gm...> - 2019-10-19 13:50:50
|
Ah, got it. I didn't think about just replacing the trust manager. Thank you! On Fri, 2019-10-18 at 14:11 -0400, Philip Whitehouse wrote: > QuickFIX/J Documentation: > http://www.quickfixj.org/documentation/QuickFIX/J Support: > http://www.quickfixj.org/support/ > > > You probably need a custom TrustManager implementation. See > https://stackoverflow.com/a/38523104/1052931 for a potential > implementation - not sure how secure it is. > > Best, > Philip Whitehouse > > > On 18 Oct 2019, at 13:24, Aaron Bedra <aar...@gm...> > > wrote: > > > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > > > I'm looking to add a CRL to the client certificate validation on my > > quickfixj engine. It appears that the C++ engine supports this via > > the CertificateRevocationListFile option and uses OpenSSL to > > verify it. I have been digging through the quickfixj code and have > > not found anything equivalent. Is this feature not available or did > > I miss it? > > _______________________________________________ > > Quickfixj-users mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > _______________________________________________Quickfixj-users > mailing lis...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |