Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement "default" functions of the trait to fix "insecure" mode (#1259
) Ignoring validation seems broken as some default functions actually do check. That is fine for the proper TLS validation, but gets in the way when someone wants to skip TLS validation (e.g. for self-signed certificates). This change re-implements these default functions in a way that they do not check, but return "success" all the time. Fixes #1210
- Loading branch information