python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

WSSE responses : support for different certificte and disable verify

Open gil-obradors opened this issue 5 years ago • 8 comments

Hi, Added:

  • Availability to disable response signature check.
  • Availability to change certificate from responses.

Inspired with #822

gil-obradors avatar Jul 24 '20 16:07 gil-obradors

Uhs, need to work more. Don't work

gil-obradors avatar Jul 24 '20 16:07 gil-obradors

Working! Ready!

gil-obradors avatar Jul 24 '20 16:07 gil-obradors

Could you rebase this on master and check the code formatting (i see some issues that black should be able to autofix)

mvantellingen avatar Aug 09 '20 10:08 mvantellingen

Hi! I have done it correctly? It's my first GitHub contribution.

gil-obradors avatar Aug 09 '20 10:08 gil-obradors

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 avatar Oct 05 '20 16:10 gboor

@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

gil-obradors avatar Oct 05 '20 16:10 gil-obradors

Thanks. I'm using the rebased one now and it works fine. Hope this gets merged into the main soon though.

gboor avatar Oct 12 '20 08:10 gboor

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.

azban avatar Apr 18 '24 15:04 azban