Fork me on GitHub
#duct
<
2017-11-01
>
weavejester04:11:03

I might add something like that in future, @albert.lai, but it should just be a case of adding in the right libraries. Why does the uberjar need special treatment?

albert.lai04:11:06

>A common approach for this case, is just put :uberjar-exclusions [#"org/bouncycastle"] on your :uberjar profile and then, download the bouncycastle jars and expose them in the classpath. If you are running your application directly from lein, you are not affected by this issue.

weavejester04:11:28

Ah, so it’s a general issue with Buddy.

albert.lai04:11:44

so other security framework might not using bouncycastle and might avoid the issue