CoderVPN Unsigned
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 52/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- csharp
- Domain
- networking, security
Research direction
Start in Vpn.Service/Downloader.cs at AuthenticodeDownloadValidator.ValidateAsync around line 70, then trace the download path through CombinationDownloadValidator and DownloadTask. Reproduce the CoderVPN startup failure and inspect why the downloaded tunnel binary is unsigned. Done means the expected download passes validation and VPN startup no longer reports the Authenticode validation error.
Written by the indexing model from the issue text.
Description
Failed to start CoderVPN: Failed to start VPN. Service reported failure: System.Net.Http.HttpRequestException: Downloaded file failed validation
---> System.Exception: File is not signed and trusted with an Authenticode signature: State=Unsigned, StateReason=None
at Coder.Desktop.Vpn.Service.AuthenticodeDownloadValidator.ValidateAsync(String path, CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Downloader.cs:line 70
at Coder.Desktop.Vpn.Service.CombinationDownloadValidator.ValidateAsync(String path, CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Downloader.cs:line 252
at Coder.Desktop.Vpn.Service.DownloadTask.Download(HttpResponseMessage res, CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Downloader.cs:line 519
--- End of inner exception stack trace ---
at Coder.Desktop.Vpn.Service.DownloadTask.Download(HttpResponseMessage res, CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Downloader.cs:line 525
at Coder.Desktop.Vpn.Service.DownloadTask.Start(CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Downloader.cs:line 468
at Coder.Desktop.Vpn.Service.Downloader.<>c__DisplayClass3_0.b__1(Task tsk) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Downloader.cs:line 303
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Coder.Desktop.Vpn.Service.Manager.DownloadTunnelBinaryAsync(String baseUrl, SemVersion expectedVersion, CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Manager.cs:line 496
at Coder.Desktop.Vpn.Service.Manager.HandleClientMessageStart(ClientMessage message, CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\Vpn.Service\Manager.cs:line 161
- Dominant language
- C#
- Stars
- 29
- Forks
- 12
- Avg merge
- 4h 15m
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from coder/coder-desktop-windows
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
coder/coder-desktop-windows#166 ·
-
bug coder-desktop networking
Difficulty 4/5 3-5 days Newbie friendliness 48/100
coder/coder-desktop-windows#177 · 2 comments ·
-
bug coder-desktop
coder/coder-desktop-windows#171 · 1 comment · 1 assignee ·
-
bug github-sync
Difficulty 4/5 3-5 days Newbie friendliness 38/100
coder/coder-desktop-windows#170 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
coder/coder-desktop-windows#151 ·
All issues in coder/coder-desktop-windows
Similar issues
-
bug frontend good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
NavigationViewItemAutomationPeer implements IInvokeProvider but never advertises the Invoke pattern Open
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
unoplatform/uno#24629 ·
-
agentic-workflows Needs: Triage :mag: State: In-PR
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Type: enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
apache/arrow-adbc#4809 ·