python-zeep
python-zeep copied to clipboard
WSSE responses : support for different certificte and disable verify
Hi, Added:
- Availability to disable response signature check.
- Availability to change certificate from responses.
Inspired with #822
Uhs, need to work more. Don't work
Working! Ready!
Could you rebase this on master and check the code formatting (i see some issues that black should be able to autofix)
Hi! I have done it correctly? It's my first GitHub contribution.
I just got burned by this issue by a server that requires WSSE on the request, but does not have it on the response. Can this be merged soon?
@gboor I have rebased my fork, is up to date.
While waiting for merge you can install via pip install git+https://github.com/gil-obradors/python-zeep.git
Thanks. I'm using the rebased one now and it works fine. Hope this gets merged into the main soon though.
any word on this? in my opinion, this is standard behavior for client <-> server, and it's confusing and non-obvious that it expects the client and server to be signing with the same certificate.