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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement skipping of certificate validation for testing purposes #15

Merged
merged 21 commits into from
Feb 27, 2024

Conversation

Lachstec
Copy link
Owner

This PR implements the option to entirely opt-out of server certificate validation when connecting to a device. Although dangerous and generally undesired, this makes quick testing and experimentation a bit more accessible. The dangerous code is locked behind the dangerous_configuration feature flag. Documentation was updated accordingly. Closes #13

@Lachstec Lachstec merged commit 1971774 into dev Feb 27, 2024
1 check passed
@Lachstec Lachstec deleted the feature/clab-testing branch February 27, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow skipping Certificate invalidation for testing / debugging purposes
1 participant