I have code that signs a SAML Assertion. The code works fine on local dev machines (windows and mac). But, when I run the code on our Linux Staging server, the signing does not work.
sig.sign(privateKey); The sign method fails without throwing an error. I can see that the PrivateKey was retrieved from the Keystore. Any help would be greatly appreciated. -- View this message in context: http://www.nabble.com/XML-Signature-Sign-method-does-not-work-on-Staging-tp22320012p22320012.html Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.