Visual Studio 2022 Copilot for Business behind corporate proxy #50565
-
Select Topic AreaQuestion BodyI have a Copilot for Business subscription and have successfully enabled the VSCode Copilot plugin. However, I am encountering a problem with the Visual Studio 2022 Copilot plugin (https://marketplace.visualstudio.com/items?itemName=GitHub.copilotvs) I am wondering if there is a way to configure the Visual Studio Copilot plugin to work with the corporate proxy. The error present in the log is as follows: <type>Information</type>
<source>GitHub.Copilot</source>
<description>An error occurred for 'RunOperation:SignInInitiateAsync': StreamJsonRpc.RemoteInvocationException: Request signInInitiate failed with message: tunneling socket could not be established, statusCode=407
 at StreamJsonRpc.JsonRpc.<InvokeCoreAsync>d__143`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at GitHub.Copilot.CopilotClient.<RunOperation>d__20`1.MoveNext()</description> |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 20 replies
-
Hi @VitalijsDraba , You're getting error 407 which means we're hitting your proxy but it's expecting us to authenticate, which we are not doing. Visual Studio doesn't offer proxy settings in the app, but uses the Windows system settings. Copilot has to make a lot of calls, so simply getting past the authentication process isn't enough - Copilot has to be able to call home reliably to work, and the proxy is in the way. Is there a way you can find out what kind of authentication your proxy is looking for (basic, NTLM, etc)? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue. I have no problem getting past our proxy when using visual studio to fetch pull and push my github repository. But the copilot somehow does not get past the proxy. |
Beta Was this translation helpful? Give feedback.
-
I am also experiencing this issue where I'm unable to use/sign in to github copilot underneath my work's proxy. We also use a NTLM proxy. I have my 'http_poxy' and 'https_proxy' environment variables set correctly (with user and password credentials). Settings these is usually the solution to most proxy problems. However, it doesn't seem that copilot reads from these since I'm still getting a 407 error when attempting to sign in. |
Beta Was this translation helpful? Give feedback.
-
Hi All, Sorry that I missed this conversation. I will discuss this with our engineers internally and provide more details. |
Beta Was this translation helpful? Give feedback.
-
Hello All, I have similar problem. Copilot in Visual Studio 2022 (Windows 10) is unable to sign in with HTTP 407 from our corporation proxy. Proxy accepts only NTLMv2 or Kerberos tickets. I'm using pre proxy for authentication on our corporate proxy but I don't know how to setup this proxy for Copilot in Visual Studio 2022. When I set pre proxy in JetBrains Raider or VSCode Copilot works. I also pointed ALL|HTTP|HTTPS_PROXY to the pre proxy but without luck. |
Beta Was this translation helpful? Give feedback.
-
We are experiencing the same issue on Intellij 2022.1.4, plugin version 1.2.5.2507, copilot for business. |
Beta Was this translation helpful? Give feedback.
-
Is there any progress on this issue? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, Visual Studio currently only supports proxies through the Windows system settings and not editor-specific settings. This means that that Visual Studio currently does not support basic authentication for proxies. GitHub Copilot for Business requires an active internet connection between a user’s IDE and the GitHub Copilot Proxy service and, at the moment, VPN proxy support via self-signed certificates is only available for VS Code and JetBrains IDEs. We are working and experimenting with proxies with NTLM authentication specially with VS and will update this thread once we have more details to share. Thanks! |
Beta Was this translation helpful? Give feedback.
-
This solution worked for me
|
Beta Was this translation helpful? Give feedback.
-
I'm behind a corporate proxy that authenticates via NTLM. Since version 1.15 VSCode has NTLM authentication. There's no need to configure anything. It just works for downloading and updating extensions. As the web browsers, it gets all the necessary info for proxy authentication from my logged Windows session. Unfortunately I couldn't make GitHub Copilot to work. It looks like that VSCode proxy isn't used by extensions. They use the note VSCode has an open bug from 2016 to make extensions use the same proxy configuration. The newest message says that maybe someday they will implement it, but NTLM isn't in the near sight. It looks like the only way to use it is to configure a local authentication proxy like:
Using a local proxy makes our dev environment much more complex. We need to configure This is a problem not just with the "Copilot for Business" , but with Copilot in any corporate setup. This message is just a pledge for GitHub to put some resources to help solve this problem, and a warn for fellow developers that there isn't a simple solution for NTLM authentication. |
Beta Was this translation helpful? Give feedback.
Hi everyone,
Visual Studio currently only supports proxies through the Windows system settings and not editor-specific settings. This means that that Visual Studio currently does not support basic authentication for proxies. GitHub Copilot for Business requires an active internet connection between a user’s IDE and the GitHub Copilot Proxy service and, at the moment, VPN proxy support via self-signed certificates is only available for VS Code and JetBrains IDEs.
We are working and experimenting with proxies with NTLM authentication specially with VS and will update this thread once we have more details to share.
Thanks!