zbirenbaum / copilot-cmp

Lua plugin to turn github copilot into a cmp source
MIT License
1.07k stars 38 forks source link

Auth failing due to self signed certificate in chain #73

Closed thomascrha closed 10 months ago

thomascrha commented 1 year ago

Were I work we have a man in the middle SSL 'security' feature built into our laptops. This requires trusting any self signed certs being used. I run neovim using WSL on windows and have added the cert to the default path /etc/ssl/certs - and have apt curl git and other packages to work with certificates - so from what i can tell is that node doesn't adhere to these settings. I found that the copilot.vim project has an option for doing exactly this - is this also implemented in this project or is there a way to provide this flag also ?

https://github.com/github/copilot.vim/blob/1358e8e45ecedc53daf971924a0541ddf6224faf/doc/copilot.txt#L85

thomascrha commented 1 year ago

Sorry I was meant to open this in https://github.com/zbirenbaum/copilot.lua - please delete/disregard this ticket.