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
Nimbus fails to handle certificates signed with a SHA256 algorithm. This is caused by our use of Bouncy Castle 1.25, which lacks support for generating certificates with this algorithm.
Nimbus can be upgraded to use Bouncy Castle 1.31 which support them, but unfortunately ws-core also uses BC 1.25.
Bug initially reported by Dave Schulz from University of Calgary.
Nimbus fails to handle certificates signed with a SHA256 algorithm. This is caused by our use of Bouncy Castle 1.25, which lacks support for generating certificates with this algorithm.
Nimbus can be upgraded to use Bouncy Castle 1.31 which support them, but unfortunately ws-core also uses BC 1.25.
Bug initially reported by Dave Schulz from University of Calgary.