Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-8211

JAX-RS Client - Failover does not respect truststore settings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Information Provided
    • 3.2.1
    • None
    • JAX-RS Security
    • None
    • Unknown

    Description

      Setup the client for TLS/SSL (use my own truststore)
      Setup the client for Failover

      • In normal case, the client communicates over TLS/SSL with the server (certificate found in my own truststore)
      • But in the case of a failover, the client use cacerts (???) and not my own configured truststore (-> SSLHandshakeException)

      If I set the 2 properties 'javax.net.ssl.trustStore' and 'javax.net.ssl.trustStorePassword' to my own truststore the TLS/SSL connection to the failover host works as well.
      But this is not the idea, because I configured my own truststore with TLSClientParameters and TrustManagerFactory (with method init(myOwnTruststore)).

      Attachments

        1. CXF_att_init_jax_rs_client.java
          3 kB
          Stephan Gasser

        Activity

          People

            coheigea Colm O hEigeartaigh
            stegas Stephan Gasser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: