marcelkoopman edited a comment on issue #8:
URL: https://github.com/apache/mina-ftpserver/issues/8#issuecomment-1013056884
The problem is that when I configure only TLS1.2, we get errors using TLS1.3
clients. I think it should be acceptable to have at least TLS1.2 and accept
TLS1.3 and upwards.
` at
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.net.ssl.SSLHandshakeException: The client supported
protocol versions [TLSv1.3] are not accepted by server preferences [TLS12]
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]