Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FtpUpload: rejectUnauthorized option #2161

Merged
merged 1 commit into from
Aug 1, 2016
Merged

Conversation

jasholl
Copy link

@jasholl jasholl commented Jul 29, 2016

This option gives users a path to use self signed certificates; the default is checked, so users would need to uncheck this option to lower security.
image

"label": "Reject unauthorized SSL certificates",
"defaultValue": "true",
"required": true,
"helpMarkDown": "If selected, when connecting in secure mode with ftps://, the ftp server certificate is verified with several well known root certificate authorities (e.g. VeriSign). This option protects against invalid server authentication certificates which may be expired or revoked (e.g. if they were compromized). Disabling this option should be done with care, but is necessary if using self-signed certificates.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the ftp server certificate" → "the FTP server certificate"
"VeriSign" → "Verisign"
"compromized" → "compromised"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@davidstaheli
Copy link
Contributor

Looks good. I left 1 comment regarding text. Thanks for adding the test!

@jasholl jasholl force-pushed the users/jasholl/ftpsSelfSigned branch from db38f27 to 3509a6d Compare August 1, 2016 13:32
@jasholl jasholl merged commit 7d74422 into master Aug 1, 2016
@jasholl jasholl deleted the users/jasholl/ftpsSelfSigned branch August 1, 2016 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants