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

Felix Wong commented on NET-720:
--------------------------------

Tests ran successfully with a Java 7 JDK with TLSv1 and TLSv1.1 enabled.

> Version 3.8.0 tests failed with OpenJDK 8
> -----------------------------------------
>
>                 Key: NET-720
>                 URL: https://issues.apache.org/jira/browse/NET-720
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 3.8.0
>         Environment: Red Hat Enterprise Linux release 8.8 (Ootpa)
> openjdk version "1.8.0_372"
> OpenJDK Runtime Environment (build 1.8.0_372-b07)
> OpenJDK 64-Bit Server VM (build 25.372-b07, mixed mode)
>            Reporter: Felix Wong
>            Priority: Minor
>
> When I checked out tag rel/commons-net-3.8.0 and run "mvn clean install", I 
> got the following failures.
>  
> [ERROR] Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 
> 0.363 s <<< FAILURE! - in org.apache.commons.net.ftp.FTPSClientTest
> [ERROR] 
> testOpenClose[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.061 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testOpenClose(FTPSClientTest.java:282)
> [ERROR] 
> testRetrieveFilePathNameRoot[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.005 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.retrieveFile(FTPSClientTest.java:196)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testRetrieveFilePathNameRoot(FTPSClientTest.java:293)
> [ERROR] 
> testListFilesPathNameJunk[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.014 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameJunk(FTPSClientTest.java:230)
> [ERROR] 
> testListFilesPathNameNull[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.004 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameNull(FTPSClientTest.java:235)
> [ERROR] 
> testListFilesPathNameRoot[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.005 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameRoot(FTPSClientTest.java:240)
> [ERROR] 
> testListFilesPathNameEmpty[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.004 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameEmpty(FTPSClientTest.java:225)
> [ERROR] 
> testHasFeature[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.004 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testHasFeature(FTPSClientTest.java:209)
> [ERROR] 
> testMdtmCalendar[endpointCheckingEnabled=false](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.004 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testMdtmCalendar(FTPSClientTest.java:249)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testMdtmCalendar(FTPSClientTest.java:245)
> [ERROR] 
> testOpenClose[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.005 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testOpenClose(FTPSClientTest.java:282)
> [ERROR] 
> testRetrieveFilePathNameRoot[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.005 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.retrieveFile(FTPSClientTest.java:196)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testRetrieveFilePathNameRoot(FTPSClientTest.java:293)
> [ERROR] 
> testListFilesPathNameJunk[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.005 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameJunk(FTPSClientTest.java:230)
> [ERROR] 
> testListFilesPathNameNull[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.004 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameNull(FTPSClientTest.java:235)
> [ERROR] 
> testListFilesPathNameRoot[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.006 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameRoot(FTPSClientTest.java:240)
> [ERROR] 
> testListFilesPathNameEmpty[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.006 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFiles(FTPSClientTest.java:213)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testListFilesPathNameEmpty(FTPSClientTest.java:225)
> [ERROR] 
> testHasFeature[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.005 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testHasFeature(FTPSClientTest.java:209)
> [ERROR] 
> testMdtmCalendar[endpointCheckingEnabled=true](org.apache.commons.net.ftp.FTPSClientTest)
>   Time elapsed: 0.005 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is 
> disabled or cipher suites are inappropriate)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.loginClient(FTPSClientTest.java:177)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testMdtmCalendar(FTPSClientTest.java:249)
>     at 
> org.apache.commons.net.ftp.FTPSClientTest.testMdtmCalendar(FTPSClientTest.java:245)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to