blacklight / nvim-http

An HTTP client for neovim inspired by vscode-restclient and the IntelliJ HTTP client
MIT License
87 stars 5 forks source link

Allow HTTPs requests to sites with self-signed certificates #10

Open oxcafedead opened 7 months ago

oxcafedead commented 7 months ago

I heavily use nvim with your awesome plugin for the daily work, and sometimes I need to make requests to the internal webapps which work via TLS with self-signed certs. That plugin for VS code, which is mentioned as the main "inspiration" for this one, by default accepts self-signed certs.

Maybe this is not ideal from the security reasons, but it would be a good thing to have this at lest configurable: