Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9727

solr.in.sh properties does not set need/want client auth values.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 7.0
    • 6.4, 7.0
    • Server
    • None

    Description

      When setting values to true on SOLR_SSL_NEED_CLIENT_AUTH or SOLR_SSL_WANT_CLIENT_AUTH, jetty starts with these values as set to false.

      SOLR_SSL_NEED_CLIENT_AUTH=true
      SOLR_SSL_WANT_CLIENT_AUTH=false
      

      To recreate the issue:
      1) Edit solr.ini.sh to enable ssl and set SOLR_SSL_NEED_CLIENT_AUTH to true.
      2) Start solr with remote debugging.
      3) Set a debug point in SSLContextFactory.java, on setNeedClientAuth(...)
      Expected value for needClientAuth should be true instead its false.

      Attachments

        1. SOLR-9727.patch
          3 kB
          Michael Suzuki

        Issue Links

          Activity

            People

              krisden Kevin Risden
              michaelsuzuki Michael Suzuki
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: