IntelliJ Github Copilot Chat CA problem #109750
Unanswered
erdemcanturk
asked this question in
Copilot Conversations
Replies: 2 comments 1 reply
-
|
I am having the same problem using on windows |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
the issue is with your node. still if its not resolved then here is then fix (Not Reconmeded in Production environments) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hello,
I'm a mac user. As a java developer I use intellij and copilot works fine. I'm not sure is it bug but i cant use copilot chat. In VsCode I can use copilot chat using win-ca extension as workaround but there are none for intellij. I tried using mac-ca but it doesnt work.
Added custom CA certs and added .zshrc NODE_EXTRA_CA_CERTS path but still didnt worked.
IntelliJ options -> Server Certificates -> Accept non-trusted certificates automatically is enabeled
and my log file output is;
2024-02-24 02:14:50,022 [ 93377] INFO - #copilot - [default] [fetchChat] engine https://api.githubcopilot.com/chat
2024-02-24 02:14:50,458 [ 93813] WARN - #copilot - [Copilot Chat] Error on conversation request: FetchError: self-signed certificate in certificate chain
at fetch (/snapshot/copilot-client/node_modules/@adobe/helix-fetch/src/fetch/index.js:99:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at cachingFetch (/snapshot/copilot-client/node_modules/@adobe/helix-fetch/src/fetch/index.js:288:16)
at LZ.fetch (/snapshot/copilot-client/lib/src/network/helix.ts:78:22)
at ZZ.fetchWithParameters (/snapshot/copilot-client/lib/src/conversation/openai/fetch.ts:241:26)
at ZZ.fetchAndStreamChat (/snapshot/copilot-client/lib/src/conversation/openai/fetch.ts:129:26)
at eee.fetch (/snapshot/copilot-client/lib/src/conversation/chatMLFetcher.ts:148:30)
at eee.fetchResponse (/snapshot/copilot-client/lib/src/conversation/chatMLFetcher.ts:133:16)
at iee.fetchConversationResponse (/snapshot/copilot-client/lib/src/conversation/turnProcessor.ts:281:29)
at iee.processWithModel (/snapshot/copilot-client/lib/src/conversation/turnProcessor.ts:145:30) {
type: 'system',
_name: 'FetchError',
code: 'SELF_SIGNED_CERT_IN_CHAIN',
errno: undefined,
erroredSysCall: undefined
}
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions