Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract SSL verify none warning to its own method (#837)
A tiny refactor where we extract the warning you get when setting SSL verify mode to `VERIFY_NONE` into its own method. No real impetus for this except that it extracts very nicely, and that gets us to a smaller `create_connection` method.
- Loading branch information