This repository was archived by the owner on Nov 9, 2020. It is now read-only.
Added TLS1.2 as Security Protocol#201
Open
KidFashion wants to merge 1 commit intovmware-archive:masterfrom
Open
Added TLS1.2 as Security Protocol#201KidFashion wants to merge 1 commit intovmware-archive:masterfrom
KidFashion wants to merge 1 commit intovmware-archive:masterfrom
Conversation
DownloadFile from github (https://github.com/vmware/webcommander/archive/master.zip) will raise the following exception *The request was aborted: Could not create SSL/TLS secure channel.*. This is due to the fact that Powershell, by default, allows TLS 1.0 (see further information [here](https://stackoverflow.com/questions/41618766/powershell-invoke-webrequest-fails-with-ssl-tls-secure-channel)) while github does not allow it anymore (see [here](https://githubengineering.com/crypto-removal-notice/)).
Contributor
|
I left vmw last year. Since then nobody maintains this project anymore. Let's wish somebody will approve this pull request. |
Author
|
It's a pity :( I've noticed that webcommander_walnet is more recent: is it abandoned as well ? Thank you anyway |
Contributor
|
I'm not giving up both projects. I still answer user questions and help them to solve problems. I just lost admin access to the original repo to merge your pull request. For walnut, user base is much smaller so there is not any bug or feature request for me to work on recently. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DownloadFile from github (https://github.com/vmware/webcommander/archive/master.zip) will raise the following exception The request was aborted: Could not create SSL/TLS secure channel..
This is due to the fact that Powershell, by default, allows TLS 1.0 (see further information here) while github does not allow it anymore (see here).