diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2015-06-10 09:47:00 (GMT) |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2015-06-10 13:07:59 (GMT) |
commit | 9d8528968c8811a1fd7bab40bf6a78adcb427584 (patch) | |
tree | 2335a38c5e42445ec824fcefe52aa366d5133f69 /Changelog | |
parent | e1284efa6ccfcea964be9c6edb4a7b3a080d456b (diff) | |
download | django-mellon-9d8528968c8811a1fd7bab40bf6a78adcb427584.zip django-mellon-9d8528968c8811a1fd7bab40bf6a78adcb427584.tar.gz django-mellon-9d8528968c8811a1fd7bab40bf6a78adcb427584.tar.bz2 |
views: add a VERIFY_SSL_CERTIFICATE setting
It controls the validation of certificates by requests on artifact
resolve requests. It's a global and by idp setting.
Also improve logs in errors paths around when calling the artifact
resolver.
fixes #7521
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1.2.x +----- + +- add setting MELLON_VERIFY_SSL_CERTIFICATE +- improve logs in SAML artifact error paths + 1.2.16 ------ |