|
From: Maya R. <Ma...@ba...> - 2019-01-07 16:44:12
|
Hi Chris, I am using JDK 8. Those are my relevant settings: SocketUseSSL=Y SocketKeyStore=*** SocketKeyStorePassword=*** I have now added the setting you mentioned: EnabledProtocols=TLSv1.2 But still same result. Also -Djavax.net.debug=all did not produce any more logs. Thanks, Maya From: Christoph John [mailto:chr...@ma...] Sent: Monday, January 07, 2019 6:07 PM To: qui...@li...; Maya Rolnik Subject: Re: [Quickfixj-users] ssl and quickfixj 1.6.4 IIRC you at least need to add EnabledProtocols=TLSv1.2 with JDK8 to work. Chris. On 07/01/2019 17:03, Christoph John wrote: Hi, what does your config look like? Did you also upgrade your Java version? Starting with JDK8 some ciphers are disabled by default. Try turning on SSL debug logging by starting your process with Java options "-Djavax.net.debug=all" or "-Djavax.net.debug=handshake". Cheers, Chris. On 07/01/2019 16:33, Maya Rolnik wrote: QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ QuickFIX/J Support: http://www.quickfixj.org/support/ -- Christoph John Software Engineering T +49 241 557080-28 chr...@ma...<mailto:chr...@ma...> MACD GmbH Oppenhoffallee 103 52066 Aachen, Germany www.macd.com<http://www.macd.com> Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald |