From: Christoph J. <chr...@ma...> - 2025-02-04 14:39:30
|
TLS1.3 is supported from JDK 1.8_261 or 262 onwards. That's why I said "older JDK 8 versions" do not work... Cheers Chris -- Christoph John Software Engineering D +49 241 557080 28 chr...@ma...<mailto:chr...@ma...> [cid:image001.png@01DB771A.F470CD90] MACD GmbH Oppenhoffallee 103 52066 Aachen, Germany www.macd.com<http://www.macd.com/> [cid:image002.png@01DB771A.F470CD90]<https://www.linkedin.com/company/macd/> [cid:image003.png@01DB771A.F470CD90] <https://www.xing.com/pages/macd> Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald From: Gaurav Kumar <kum...@gm...> Sent: 04 February 2025 05:02 To: qui...@li... Subject: Re: [Quickfixj-users] Erorr with TLSv1.3 Sie erhalten nicht häufig E-Mails von kum...@gm...<mailto:kum...@gm...>. Erfahren Sie, warum dies wichtig ist<https://aka.ms/LearnAboutSenderIdentification> TLSv1.3 is supported in Java 8, I have updated Quickfix to version 2.3.2 and it's working fine. I will monitor for next couple of days. On Mon, 3 Feb 2025, 20:45 Christoph John, <chr...@ma...<mailto:chr...@ma...>> wrote: Hi Which QFJ version are you using? Which exact JDK distribution? TLS 1.3 will not work with older JDK 8 versions if I remember correctly. Cheers Chris ________________________________ From: Gaurav Kumar <kum...@gm...<mailto:kum...@gm...>> Sent: Monday, February 3, 2025 2:48:48 PM To: qui...@li...<mailto:qui...@li...> <qui...@li...<mailto:qui...@li...>> Subject: [Quickfixj-users] Erorr with TLSv1.3 Sie erhalten nicht häufig E-Mails von kum...@gm...<mailto:kum...@gm...>. Erfahren Sie, warum dies wichtig ist<https://aka.ms/LearnAboutSenderIdentification> Hi I'm trying to use TLSv1.3 to connect to the FIX session with my Java 8 application. However, I'm encountering the error below. Can anyone suggest what I need to do to resolve this? AEDT | TransportContext.java:3471 s close_notify ( "throwable": { javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify at sun.security.ssl.Alert.createSSLException (Alert.java:133) at sun.security.ssl.Alert.createSSLException (Alert.java:117) at sun.security.ssl.TransportContext.fatal (TransportContext.java:342) at sun.security.ssl.TransportContext.fatal (TransportContext.java:298) TransportContext.fatal at sun.security.ssl.TransportContext. (TransportContext.java:289) at sun.security.ssl.SSLEngineImpl.closeInbound (SSLEngineImpl.java:640) at org.apache.mina.filter.ssl. lHandler.destroy (SslHandler.java:212) at org.apache.mina.filter.ssl.SslFilter.sessionClosed (SslFilter.java:471) at org.apache.mina.core.filterchain. DefaultIoFilterChain.callNextSessionClosed (DefaultIoFil at org.apache.mina.core.filterchain. DefaultIoFilterChain.access$900 (DefaultIoFilterChain.ja at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.sessionClosed DefaultIc -- Regards Gaurav |