-
Notifications
You must be signed in to change notification settings - Fork 8
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for self-signed SSL certificates #27
Conversation
01d97ae
to
f266fd1
Compare
I'm missing a test for the deprecated use-case. Other than that it looks good to me 👍 |
@thijsBreker The way I can think of is setting Unless you know a way to test this? |
- Add support for self sigend certificates to KvkClientFactory - Add dutch government root certificate - Update tests
Can we merge this? A Tests is in place to make sure backward compatibility is still working. The only thing that's super hard to test is the stdout error message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, let's merge this 👍
@thijsBreker Looks like the automatic tests (like Scrutinizer) are stuck.. |
Thanks @LauLaman ! We're looking into the scrutinizer issues, we're hoping to get it merged tomorrow :) |
@MarijnKoesen Thanks for merging! Will you create a new release as well so we can update this plugin? |
fixes #26