[ 
https://issues.apache.org/jira/browse/VFS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823358#comment-16823358
 ] 

Matthias Krueger commented on VFS-700:
--------------------------------------

This seems to be related to the FTPS server cert (in 
src/test/resources/org.apache.ftpsserver/ftpserver.jks) using DSA which is no 
longer supported with TLS 1.3 (which is the default with JDK11).

The following succeeds with openjdk64-11.0.2:
{code:java}
mvn -Drat.skip=true -Djdk.tls.server.protocols=TLSv1.2 clean test{code}
See also: JDK-8211426.

> Some tests fail on Java 11 and above
> ------------------------------------
>
>                 Key: VFS-700
>                 URL: https://issues.apache.org/jira/browse/VFS-700
>             Project: Commons VFS
>          Issue Type: Bug
>            Reporter: Gary Gregory
>            Priority: Major
>
> Some tests fail on Java 11 and above: https://travis-ci.org/apache/commons-vfs
> {noformat}
> Tests in error: 
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   
> AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:137->setUp:153->AbstractTestSuite.setUp:166
>  » FileSystem
>   MultipleConnectionTestCase.testConnectRoot:55->resolveRoot:49 » FileSystem 
> Cou...
>   MultipleConnectionTestCase.testUnderlyingConnect:65 » SSL Unsupported or 
> unrec...
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to