TS failure: io.quarkus.grpc.examples.hello.HelloWorld*Tls* fail: Algorithm constraints check failed SHA1withRSA #23149
Labels
area/grpc
gRPC
area/kubernetes
area/securepipeline
issues related to ensure Quarkus can be used in a secure pipeline setups like FIPS or similar
kind/bug
Something isn't working
Milestone
Describe the bug
These tests
io.quarkus.grpc.examples.hello.HelloWorld*Tls*
pass on RHEL 8 while they fail on RHEL 9, with the same Quarkus and Mandrel (Java) version used. NSS version / crypto policy thing likely? We might need to ditch SHA1wthRSA as dated... @sberyozkin WDYT?While using Mandrel, this is not native specific.
Expected behavior
These tests pass the same way as they pass on RHEL 8:
Actual behavior
All aforementioned tests fails with the undesirable algorithm as it cause, e.g.
How to Reproduce?
Output of
uname -a
orver
RHEL 9
Output of
java -version
Java Version 11.0.14+9-LTS
GraalVM version (if different from Java)
native-image 21.3.1.0 Mandrel Distribution
Quarkus version or git rev
2.7.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: