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

fix(connector): build passive server correctly for tls #106

Merged
merged 2 commits into from
Aug 9, 2018

Conversation

trs
Copy link
Contributor

@trs trs commented Aug 9, 2018

Fixes an issue where passive TLS connections would never be fulfilled.

This uses tls to create a server if the connection is secure instead of upgrading an already connected socket.

Fixes:

@trs trs added the bug A defect or bug that affects the original indended use of the application label Aug 9, 2018
@trs trs self-assigned this Aug 9, 2018
trs added 2 commits August 8, 2018 19:04
Fixes an issue where passive tls connections would never be fulfilled.

This uses `tls` to create a server if the connection is secure, which allows an ftp client to connect correctly
@trs trs force-pushed the fix-tls-connections branch from 6de5c5e to e5f53e0 Compare August 9, 2018 01:05
@trs trs merged commit 66fc66e into master Aug 9, 2018
@trs trs deleted the fix-tls-connections branch August 9, 2018 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect or bug that affects the original indended use of the application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant