Hi,
Recently I have seen the following error on
ci.jenkins.io when building plugins that use cryptography features:
java.security.KeyStoreException: Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: unrecognized algorithm name: PBEWithSHA1AndDESede
The errors are temperamental and don't always show up. They also don't consistently occur with any particular JDK version.
Has something maybe changed about the JDK crypto features that are installed on the
ci.jenkins.io build agents? I could make sense of this if, say, SHA1-based algorithms have recently been removed entirely from the JDK.
Chris