-
Notifications
You must be signed in to change notification settings - Fork 104
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
Disable SSL Verification in Request Options #190
Conversation
Codecov Report
@@ Coverage Diff @@
## master #190 +/- ##
=======================================
Coverage 85.82% 85.82%
=======================================
Files 7 7
Lines 1178 1178
Branches 197 197
=======================================
Hits 1011 1011
Misses 122 122
Partials 45 45
Continue to review full report at Codecov.
|
Hello, It looks like @chinmayb has approved this PR. Please let me know if any more changes are proposed or if this PR is ready for merge. |
@jkraj Can you please take a look once ? |
Any updates on this PR? |
Hi mithun, As per my testing on python 3.6, it is working and not going for certificate verification.
|
undo change from 3c5629e
From my testing with python-3.6, disabling SSL Verification on the session still attempts to verify certificates.