-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLSv1.3 test #892
base: master
Are you sure you want to change the base?
TLSv1.3 test #892
Conversation
@the-thing just one question if you could help me out with this. I simply tried to test if QFJ/MINA is able to use connections with TLS1.3. However, I ended up with a state where it sometimes worked, sometimes not. Any idea what could cause this? Some kind of race condition? |
@chrjohn I will have a look. BTW. I haven't built QuickFIX for a while locally and now I struggle to run unit tests from Intellij IDEA directly. It seems I can build with Maven, but I run out of memory when running single test case such SSLCertificateTest via IDEA. I forgot if there was something to change to run them locally. |
|
@the-thing I don't use IntelliJ, for Netbeans the following works for me: https://github.com/quickfix-j/quickfixj#importing-the-project-into-the-ide |
Did you have any luck reproducing this issue locally? I am unable to do so. I'm running Windows 11 Pro and I specifically downloaded Eclipse Temurin 17.0.13 and all the builds seem to pass. I'm running with |
@the-thing , no cannot reproduce it locally. I was just puzzled that it fails pretty often with TLS1.3 but not with 1.2. Maybe a glitch in the github runners? |
Simple test against TLSv1.3...