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
While working on a custom certificate trust system. I discovert that in order to supply a custom validator of trust i had to both set it in WSSConfig and override the verifyCertificateTrust method.
The reason is that the verifyCertificateTrust instansiate a Validator hardcoded by name useing its constructor.
I would assume and prefer that it used the configuration set in WSSConfig. How ever it could be that this is done intentionally.