|
|
|
@ -40,6 +40,8 @@ teardown() { |
|
|
|
@test "Use ftpes, FTP_PORT=1001 (explicit ssl, port 1001) to create challenge file" { |
|
|
|
if [ -n "$STAGING" ]; then |
|
|
|
skip "Using staging server, skipping internal test" |
|
|
|
elif [ "$GETSSL_OS" == "centos6" ] || [ "$GETSSL_OS" == "centos7" ]; then |
|
|
|
skip "centOS6 and centos7 failing on this test with ftp server certificate issues, skipping" |
|
|
|
fi |
|
|
|
|
|
|
|
if [[ ! -f /etc/vsftpd.pem ]]; then |
|
|
|
@ -114,6 +116,8 @@ EOF |
|
|
|
@test "Use ftps, FTP_PORT=2002 (implicit ssl, port 2002) to create challenge file" { |
|
|
|
if [ -n "$STAGING" ]; then |
|
|
|
skip "Using staging server, skipping internal test" |
|
|
|
elif [ "$GETSSL_OS" == "centos6" ] || [ "$GETSSL_OS" == "centos7" ]; then |
|
|
|
skip "centOS6 and centos7 failing on this test with ftp server certificate issues, skipping" |
|
|
|
fi |
|
|
|
|
|
|
|
if [[ ! -f /etc/vsftpd.pem ]]; then |
|
|
|
|