IntelliJ: no suggestions due to self signed certificate #32285
Replies: 9 comments 20 replies
|
Hello, @DanielBednorz Are you still experiencing this issue? |
|
@DanielBednorz @knutwannheden Our engineering team is looking into this issue |
|
2022-11-09 15:42:41,444 [ 122025] WARN - #copilot - [ERROR] [default] [2022-11-09T07:42:41.436Z] Request Error: connect ETIMEDOUT 20.120.54.158:443 |
|
any further progress? There are stacks of developers working in this kind of environment.. |
|
Happy new year, any news on this? |
|
So the answer is "Get co-pilot for business"? Not cool. |
|
Adding my voice to this: Sign in failed. Reason: Request signIn Initiate failed with message: self signed certificate in certificate chain, request id: 3, error code: -32603 |
|
I found a solution for this which works for me. Check this out https://sidd.io/2023/01/github-copilot-self-signed-cert-issue/ Fix :
|
|
I managed to find a workaround to make Copilot work in a corporate network with IntelliJ on Ubuntu 20.04. IntelliJ IDEA 2021.2 All you have to do is create a local proxy server and configure IntelliJ to use it. Here's a gist with the instructions on how to setup a Squid proxy server with Docker and Ubuntu, in case you don't know how: https://gist.github.com/kryptogeist/3a9285a62744dde2b8e11973e02e0f3a |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
it is really frustrating. Since the demo-end-day I'm not able to get Copilot running again. The login issues seems to be gone, but now I dont get any suggestions. I've found this log:
WARN - #copilot - [ERROR] [default] [2022-09-08T09:15:19.606Z] Request Error: self signed certificate in certificate chainI'm working in a Windows10-machine and behind a corporate network including proxy, certifcates and stuff.
Copilot version: 1.1.31.1908
IntelliJ IDEA: 2022.2.1
Does anyone has suggestions what I can do?
All reactions