Connect GitHub Copilot with Eclipse #166314
Replies: 2 comments
-
|
Zscaler’s screwing with GitHub’s SSL cert, so Eclipse freaks out. Export Zscaler’s root cert and add it to your Java truststore using keytool, then restart Eclipse and try logging in again that should sort it. Let me know if this help |
Beta Was this translation helpful? Give feedback.
-
|
I have a similar configuration, with ZScaler as a VPN. Don't use keytool. Github Copilot for Eclipse is written as a nodejs application. If you're on Windows, set a user environment variable ("Edit environment variables for your account") or system environment variable (if you have admin privilege in Windows) for NODE_EXTRA_CA_CERTS and point it at the path of the .pem or .crt file with the public keys of the SSL certificates bundle you need to trust. Once the app takes the environment variable on startup, you'll be good to go. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
General
Body
Hi GitHub Copilot Expects,
Regards
Wong
Beta Was this translation helpful? Give feedback.
All reactions