funcool / buddy

Security library for Clojure
Apache License 2.0
827 stars 38 forks source link

Getting an error `JCE cannot authenticate the provider BC` when done UberJar #43

Open exagil opened 6 years ago

benalbrecht commented 5 years ago

the Bouncy Castle jars need to be signed to so JCE can use them. That signature is getting destroyed while building an uberjar. for a solution see https://github.com/funcool/buddy/issues/36#issuecomment-244616205