-
Notifications
You must be signed in to change notification settings - Fork 1.2k
"user cancelled certificate check" when trying to create new pull request #1532
Comments
Thanks for the information. This is the second time we've had a report like this. I'm not sure what causes it yet. Here is someone who was seeing a similar exception: Are you working behind a company proxy? If you are, could you try again using a different network? |
@nk111 are you by any chance using Window 7? |
@jcansdale : yes this happens on a win7 machine. And no, we are not using a proxy (at least no explicit proxy). Let me know when i can contribute any more details. |
I'm also receiving this error when trying to create a new Pull Request in Visual Studio 2015 on Windows 7 |
I also receive it on Win7 VS2017, I am behind company proxy but I need several other ports so Ive set up my personal VPN which everything works normally then, but still this didnt fix it. |
The same issue on Win7, VS2017, no proxy. |
I know this is VS2017 specific, but it maybe related to Git. I get this same error when using RedGate's SQL Source Control and |
I had the same error and I found a fix. A comment I read here was the secret. I used the "Easy Fix" method described in this Microsoft support article: Update to enable TLS 1.1 and TLS 1.2 as a default secure protocols in WinHTTP in Windows. |
Closing this issue out as it appears a solution has been found. |
I'm using the github for visual studio extension in VS2017. When i try to create a new pull request i always get the error message "user cancelled certificate check".
This is the log:
2018-03-13 17:35:10.332 INFO [56] GitHubPackage Initializing GitHub Extension v2.4.3.1737 in Microsoft Visual Studio 2017 (15.6.27428.2002)
2018-03-13 17:35:32.470 EROR [12] PullRequestCreationViewModel Error creating pull request
LibGit2Sharp.LibGit2SharpException: user cancelled certificate check:
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable1 refSpecs, GitPushOptions opts) at LibGit2Sharp.Network.Push(Remote remote, IEnumerable1 pushRefSpecs, PushOptions pushOptions)
at LibGit2Sharp.Network.Push(Remote remote, String pushRefSpec, PushOptions pushOptions)
at LibGit2Sharp.Network.Push(Remote remote, String objectish, String destinationSpec, PushOptions pushOptions)
at GitHub.Services.GitClient.<>c__DisplayClass7_0.b__0() in C:\projects\visualstudio\src\GitHub.App\Services\GitClient.cs:line 64
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at GitHub.Services.PullRequestService.d__42.MoveNext() in C:\projects\visualstudio\src\GitHub.App\Services\PullRequestService.cs:line 659
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: