JKS keystores cannot be loaded in FIPS-140 mode. Only PKCS12 PBES2 key stores are supported
Weblogic 12.2.1.2
Hello,
When I turn on FIPS for our Weblogic server (https://docs.oracle.com/middleware/1221/wls/SECMG/fips.htm#SECMG768 ) and programmatically do https calls (that work without FIPS), we're receiving "JKS keystores cannot be loaded in FIPS-140 mode. Only PKCS12 PBES2 key stores are supported".
I tried to create cacerts in P12 form, but then get a trusted anchors error and that seems to point to an invalid trust store.
Has anyone encountered this?
Thanks!