pysaml2 icon indicating copy to clipboard operation
pysaml2 copied to clipboard

disable_ssl_certificate_validation usage not compliant to documentation

Open peppelinux opened this issue 4 years ago • 2 comments

https://pysaml2.readthedocs.io/en/latest/howto/config.html?highlight=disable_ssl_certificate_validation#metadata

to get disable_ssl_certificate_validation to work we need to put it in the main SP configuration, using it in a metadata entries will not work

Code Version

current master branch

Expected Behavior

as documentation shown it's necessary to bypass the https certificate validation per entries and not globally for all the metadata mdq/remote endpoints.

peppelinux avatar Jul 17 '21 22:07 peppelinux

I agree this is not correct

c00kiemon5ter avatar Jul 26 '21 20:07 c00kiemon5ter

It's related to https://github.com/IdentityPython/pysaml2/pull/694/files

I closed it because I assumed that this feature was already implemented but I just checked that the behaviour should be different.

I don't want to reopen that PR, I think to do a new one with less code as possibile, leaving the global parameter optionally usable as it is.

peppelinux avatar Jul 27 '21 12:07 peppelinux