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

x509 Feat and Fix - fixes multiple wsse, add option do disable response verification, and use another cert for verify

Open CaioCSdev opened this issue 1 year ago • 0 comments

Still need to add tests, and document wsse.signature._sign_node But this changes were necessary for zeep to correctly work with x509 signature + username in some web services.

fixes:

  • #953
  • kind of #1084
  • use the patch from #1077

adds features:

  • option to not verify response #1118

CaioCSdev avatar Sep 24 '24 06:09 CaioCSdev