Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Set verify=False in requests.post #5

Closed
wants to merge 1 commit into from

Conversation

henward0
Copy link

@henward0 henward0 commented Jan 8, 2013

Added verify=False to reqeusts.post to avoid the following SSL error:

http://stackoverflow.com/questions/10640546/what-does-this-ssl-error-in-python-mean

@bryanhelmig
Copy link
Contributor

This really shouldn't be accepted as verify=False is a potential security concern. Anyone with this error should fix their installed certs!

@henward0
Copy link
Author

So how do we fix this bug SSL certificate error bug?

@bryanhelmig
Copy link
Contributor

Try updating your requests version or update the certificate file for your requests version.

@BradWhittington
Copy link
Owner

I agree with @bryanhelmig, if you do want this option included, you can rework the patch using a "MAILGUN_SSL_VERIFY" setting, and put the gun in the hands of the user.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants