Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow skipping SSL verification, closes #46 #50

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

NTBBloodbath
Copy link
Member

This PR aims to allow skipping SSL verification as the title says, this could be useful when dealing with unknown certificates.

To achieve this goal, the changes provides a new setup() function option called skip_ssl_verification which is false by default. If the option skip_ssl_verification is true then rest.nvim will pass the -k flag to cURL.

@rafi can you please test it out? 馃檪

@NTBBloodbath NTBBloodbath added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 16, 2021
@rafi
Copy link

rafi commented Aug 19, 2021

@NTBBloodbath works for me, thanks.

@NTBBloodbath
Copy link
Member Author

Thank you for using rest.nvim! 馃檪

@NTBBloodbath NTBBloodbath merged commit cd6815d into main Aug 19, 2021
@NTBBloodbath NTBBloodbath deleted the feat/allow-skipping-ssl branch August 19, 2021 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants