rest-nvim / rest.nvim

A fast Neovim http client written in Lua
GNU General Public License v3.0
1.36k stars 116 forks source link

Pass the settings --cert, --key and --cacert to make mTLS works #254

Open mrmodolo opened 7 months ago

mrmodolo commented 7 months ago

Hi,

Is there any possibility of passing values like --cert, --key and --cacert to enable the use of mTLS?

Regards, Marcelo Módolo

EdmundsEcho commented 5 months ago

@mrmodolo You may be able to set these in your $HOME/.curlrc file.

mrmodolo commented 5 months ago

Hi!

Thank you!

Em qua., 31 de jan. de 2024 às 14:22, Edmund Cape @.***> escreveu:

@mrmodolo https://github.com/mrmodolo You may be able to set these in your $HOME/.curlrc file.

— Reply to this email directly, view it on GitHub https://github.com/rest-nvim/rest.nvim/issues/254#issuecomment-1919563452, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOVQZTCKFMV2INSEZPJ623YRJ4TTAVCNFSM6AAAAAA7MUKBM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJZGU3DGNBVGI . You are receiving this because you were mentioned.Message ID: @.***>

-- google.com/+MarceloMódolo http://google.com/+MarceloMódolo Marcelo Módolo

rmrf commented 3 weeks ago

@EdmundsEcho seems rest.nvim didn't read my $HOME/.curlrc file, I'm trying to use proxy for accessing API endpoints, the curl command works with proxy inside $HOME/.curlrc file, but rest.nvim seemd did't work. not sure how to make sure rest.nvim use $HOME/.curlrc file, Thanks for any clue.