Hi,
A sender system sends SOAP messages to a CXF endpoint. The endpoint is
configured using a WSDL that has a transport binding policy including algorithm
suite. Since a few days the error
These policy alternatives can not be satisfied:
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}AlgorithmSuite
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}Basic256 ….
is returned. The authentication is client certificate. So my assumption is that
the algorithms for https have changed. The error above does not return what
value was checked. I did some code analysis but I am not able to find the code
where the algorithm is determined that is asserted. I was also not able to log
it. How can I analyze this problem?
Best Regards,
Jörg