Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-3245

NettyAvroRpcClient does not support IbmX509

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 1.8.0
    • None
    • Client SDK
    • None
    • WebSphere [IBMJAVA71 7.1.3.0 cf061521.02]Platform 8.5.5.6 [ND 8.5.5.6 cf061521.02]

    Description

      When using NettyAvroRpcClient on Ibm Webpshere the code forces use of SunX509 algorithms through this line:

       

      TrustManagerFactory tmf = TrustManagerFactory.getInstance("SunX509");
      

      We would like this to be changed so that it uses the default algorithm as set on the server, e.g.:

       

      TrustManagerFactory tmf = TrustManagerFactory.getInstance(TrustManagerFactory.getDefaultAlgorithm());

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            carlspring Martin Todorov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: