copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.79k stars 126 forks source link

Allow disabling SSL when using a proxy #129

Closed spenczar closed 1 year ago

spenczar commented 1 year ago

copilot.vim has an option, g:copilot_proxy_strict_ssl, which can be set to false to disable SSL verification when using a proxy. For a MITM proxy, this is basically required. It'd be great to have an equivalent feature added to copilot.el.