-
Notifications
You must be signed in to change notification settings - Fork 120
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
SSL error, maybe you should add option to "ignore" SSL exception #1
Comments
I did a little manipulation in redmine/init.py, I append verify: False in the kwords (line 53). So, maybe appending another kargument "sslverify" for the "request" method can be simple... I can provide a patch... But I need time :) |
Hi! Thanks for the report. Please try v0.3.1, I added a requests keyword argument where you can pass any Requests options, in your case it would be: redmine = Redmine('https://redmine.url', requests={'verify': False}) I also updated documentation, maybe you will want to have a look at it. Please let me know if everything works as expected. Thanks. |
OK thanks. I'll test this later... The problem is that at this time we Le 23 janv. 2014 14:05, "Max Tepkeev" notifications@github.com a écrit :
|
Create operations are already implemented, update operations are expected in the next version. Hopefully everything will be done by the end of January. I'll appreciate if you test the SSL problem you had and report if everything works so we could close this issue. Thanks. |
Yes, I meant "update" operations.
|
Tested. Everything works. |
Tryign to connect our redmine server:
Or maybe you've got other solution ? :)
The text was updated successfully, but these errors were encountered: