-
Notifications
You must be signed in to change notification settings - Fork 15
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
Make SSL verification persistent #13
Comments
I notice if insecure is used right now, it currently gives lots and lots of warnings like:
I'm wondering if this fix would also cut down on the number of warnings... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to this insecure connection can be set on Session rather than in every request.
IMHO is better to set only once since you cannot change while the process is running.
The text was updated successfully, but these errors were encountered: