Forum Discussion

michalf_360460's avatar
michalf_360460
Icon for Nimbostratus rankNimbostratus
May 04, 2018

SSL connection fail: basic constraints check failed: this is not a CA certificate

Hi guys, I have a problem with https connection via F5:

(MY SERVER/ APP) ---https request----> F5 (irule which copy auth info to header) ------http request---> another app

Ive created keystore (jks file) on MY SERVER/ APP (using java keytool):

keytool -genkey -keyalg RSA -alias myAliasSelfSigned -keystore keystore-client.jks -storepass password -validity 7200 -keysize 2048

I`ve created VIP which use SSL Profile (client) with settings: Parent clientssl, certificate: default, Key: default, Chain : default, Trusted Certificate Authorities: default

Client Authentication: Client Certificate: request, Frequency: once, Cert Chain Traversal Depth: 9, Advertised Certificate Authorities: None.

After request from MY SERVER/ APP to F5 I get an exception: java.security.cert.CertPathValidatorException: basic constraints check failed: this is not a CA certificate

What is wrong with my configuration?

6 Replies

  • As per error, it seems you need to install cert n root cert at Oracle/soa application filestore. Please do the debug at server side n get the exact location and install certificate and bounce service.. Hope issue will solve.

     

    • michalf_360460's avatar
      michalf_360460
      Icon for Nimbostratus rankNimbostratus

      I dont understand how can I install cert/root cert at Oracle app filestore. I`ve already created keystore on my app using keytool. I think the problem is not trusting F5 to my configuration. Am I right?

      I generated only keystore (

      keytool -genkey -alias tomcat -keyalg RSA -keystore /keystore-location
      -storepass password
      ) I didnt create Certificate Request and send it to CA

    • Samir_Jha_52506's avatar
      Samir_Jha_52506
      Icon for Noctilucent rankNoctilucent

      You need to push cert to Oracle/SOA

      keystore-client.jks
      violet & issue will solve. Its not the issue of F5 configuration. Issue exist with Backend server..

    • michalf_360460's avatar
      michalf_360460
      Icon for Nimbostratus rankNimbostratus
      You need to push cert to Oracle/SOA

      Which cert do you mean? cert from F5?