Skip to content

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

Merged
NTBBloodbath merged 1 commit intomainfrom
feat/allow-skipping-ssl
Aug 19, 2021
Merged

feat: allow skipping SSL verification, closes #46#50
NTBBloodbath merged 1 commit intomainfrom
feat/allow-skipping-ssl

Conversation

@NTBBloodbath
Copy link
Copy Markdown
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
Copy Markdown

rafi commented Aug 19, 2021

@NTBBloodbath works for me, thanks.

@NTBBloodbath
Copy link
Copy Markdown
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.

2 participants