-
Notifications
You must be signed in to change notification settings - Fork 908
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requested changes, implement integration tests
Make ftps:// only support ftp over TLS Make ftp:// only support unencrypted ftp Add integration tests that assert the following: ftp:// against an ftp-only server succeeds at retrieving configs (doesn't use TLS) ftp:// against an ftps-only server fails (doesn't use TLS) ftps:// against an ftps-only server succeeds at retrieving configs (uses TLS) ftps:// against an ftp-only server succeeds (cannot use TLS)
- Loading branch information
Showing
6 changed files
with
540 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.