-
Notifications
You must be signed in to change notification settings - Fork 10
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
The request was aborted: Could not create SSL/TLS secure channel. #22
Comments
We cloned the project, updated octokit (they released a patch about a week after merging the fix to the above issue), and dropped the new binaries on our agent and it seemed to fix it. |
Updated octokit to 0.29.0 and published a new version of the task (0.11.2). Thanks for the report |
Hmm, I don't see any problem with my test builds, I just reran them with the latest version of the task. Mot likely is that your GitHub repo information is not correct, giving you a 404 when trying to publish the release |
Is it possible to get the url it's trying to do a post to? According to https://developer.github.com/v3/repos/releases/#create-a-release it should be which in this case is /repos/microting/eform-windows-service/releases is it not going to be constructed by the fields: Then there is the token, but shouldn't give an 403 instead? |
Actually, GitHub/octokit return 404 even if the token is incorrect/not valid. Just tried this. Can you try and generate a new token, maybe the token has expired? |
I tried with a new token and still the same result. |
2018-02-28T10:05:00.9817162Z ##[debug]Error when publishing release: System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
I guess the issue is related to octokit/octokit.net#1756 ?
The text was updated successfully, but these errors were encountered: