denzilferreira / aware-micro

Apache License 2.0
15 stars 14 forks source link

Unknown algorithm: ChaCha20-Poly1305 #6

Closed reikoNeko closed 2 years ago

reikoNeko commented 2 years ago

Attempting to build on RHEL 8.6 with FIPS-140 turned on, the build is failing immediately with an unknown algorithm error.

aware-micro]$ ./gradlew clean build run
Downloading https://services.gradle.org/distributions/gradle-5.2.1-all.zip

Exception in thread "main" javax.net.ssl.SSLException: Unknown algorithm: ChaCha20-Poly1305
...
Caused by: java.security.ProviderException: Unknown algorithm: ChaCha20-Poly1305

If this didn't come up in prior versions of EL8 perhaps this bug is at issue: https://bugzilla.redhat.com/show_bug.cgi?id=2023734

reikoNeko commented 2 years ago

Had to turn off FIPS for the installation.