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

libssh2: handle the SSH protocols done over HTTPS proxy #6021

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Sep 28, 2020

Reported-by: Robin Douine
Fixes #4295

@bagder bagder closed this in edfb616 Sep 29, 2020
@bagder bagder deleted the bagder/ssh-over-https-proxy branch September 29, 2020 05:50
bagder pushed a commit that referenced this pull request Oct 26, 2020
Build breaks because the http_proxy field is missing:

vssh/libssh2.c:3119:10: error: 'struct connectdata' has no member named 'http_proxy'

Regression from #6021, shipped in curl 7.73.0

Closes #6125
bagder added a commit that referenced this pull request Oct 26, 2020
The fix in #6021 was not enough. This fix makes sure SCP/SFTP content
can also be transfered over a HTTPS proxy.

Fixes #6113
bagder added a commit that referenced this pull request Oct 26, 2020
The fix in #6021 was not enough. This fix makes sure SCP/SFTP content
can also be transfered over a HTTPS proxy.

Fixes #6113
bagder added a commit that referenced this pull request Oct 29, 2020
The fix in #6021 was not enough. This fix makes sure SCP/SFTP content
can also be transfered over a HTTPS proxy.

Fixes #6113
Closes #6128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Can't make SFTP with proxy tunnel in HTTPS
1 participant