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

Application upload uses multiple sessions #9

Closed
samedder opened this issue Jul 28, 2017 · 1 comment
Closed

Application upload uses multiple sessions #9

samedder opened this issue Jul 28, 2017 · 1 comment
Assignees

Comments

@samedder
Copy link
Collaborator

Currently when running application upload, on every request made a user is prompted for authentication when connecting to secure clusters. This also slows down uploads.

Instead, a single session should be used and multiple requests sent through the session.

@samedder
Copy link
Collaborator Author

It was found during #11 that an HTTPS session for file uploads will terminate early due to the server (cluster) closing the TCP connection unexpectedly. This causes the session to end, thus requiring credential entry again. A workaround was added in #11 to cache to certificate pass phrase, but should be removed once the underlying drops have been fixed. A separate issue will be used to track this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant