diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-21 09:15:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-24 14:09:20 +0200 |
commit | 1397a7de6e312e019a3b339f855ba0a5cafa9127 (patch) | |
tree | 1a869a94993e3242628c319a869484e049004e66 /tests | |
parent | 93653ef9e2fd5d35a7972734a52957bb222f878a (diff) | |
download | curl-1397a7de6e312e019a3b339f855ba0a5cafa9127.tar.gz |
ftp: separate FTPS from FTP over "HTTPS proxy"
When using HTTPS proxy, SSL is used but not in the view of the FTP
protocol handler itself so separate the connection's use of SSL from the
FTP control connection's sue.
Reported-by: Mingtao Yang
Fixes #5523
Closes #6006
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1631 | 2 | ||||
-rw-r--r-- | tests/data/test1632 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/data/test1631 b/tests/data/test1631 index cd36b1d9b..878511908 100644 --- a/tests/data/test1631 +++ b/tests/data/test1631 @@ -74,8 +74,6 @@ Proxy-Connection: Keep-Alive <protocol> USER anonymous
PASS ftp@example.com
-PBSZ 0
-PROT P
PWD
EPSV
TYPE I
diff --git a/tests/data/test1632 b/tests/data/test1632 index b10b2a68a..94577efdd 100644 --- a/tests/data/test1632 +++ b/tests/data/test1632 @@ -89,8 +89,6 @@ Proxy-Connection: Keep-Alive <protocol> USER anonymous
PASS ftp@example.com
-PBSZ 0
-PROT P
PWD
EPSV
TYPE I
|