You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application breaks on MacOS when I uncomment from defusedxml.minidom import parseString -- an import that's not even being used in the current file. Using from xml.dom.minidom import parseString works just fine. But using from defusedxml.minidom import parseString works fine on my linux server.
I get errors with libxmlsec1 about the supplied certificate not matching the one the XML.
Differences from MacOS server and linux server are python versions 2.7.10 vs 2.7.6. Libxmlsec versions 1.2.20 vs 1.2.18.
My application breaks on MacOS when I uncomment
from defusedxml.minidom import parseString
-- an import that's not even being used in the current file. Usingfrom xml.dom.minidom import parseString
works just fine. But usingfrom defusedxml.minidom import parseString
works fine on my linux server.I get errors with libxmlsec1 about the supplied certificate not matching the one the XML.
Differences from MacOS server and linux server are python versions 2.7.10 vs 2.7.6. Libxmlsec versions 1.2.20 vs 1.2.18.
See more:
SAML-Toolkits/python-saml#166 (comment)
The text was updated successfully, but these errors were encountered: