From: Gaurav K. <kum...@gm...> - 2025-02-04 04:02:27
|
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...> 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...> > *Sent:* Monday, February 3, 2025 2:48:48 PM > *To:* qui...@li... < > qui...@li...> > *Subject:* [Quickfixj-users] Erorr with TLSv1.3 > > Sie erhalten nicht häufig E-Mails von 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 > > |