[ 
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15702468#comment-15702468
 ] 

Kevin Risden commented on SOLR-9727:
------------------------------------

[~michaelsuzuki] - Can you verify this is still happening after SOLR-9728 and 
SOLR-9801?

You need to set at least SOLR_SSL_KEY_STORE for SOLR_SSL_*_CLIENT_AUTH to take 
place based on the logic. Another thing that happened was Jetty was upgraded to 
9.3.14 from 9.3.8 with SOLR-9801 recently.

> solr.in.sh properties does not set the correct values.
> ------------------------------------------------------
>
>                 Key: SOLR-9727
>                 URL: https://issues.apache.org/jira/browse/SOLR-9727
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Server
>    Affects Versions: master (7.0)
>            Reporter: Michael Suzuki
>            Assignee: Kevin Risden
>         Attachments: SOLR-9727.patch
>
>
> 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. 
> {code}
> SOLR_SSL_NEED_CLIENT_AUTH=true
> SOLR_SSL_WANT_CLIENT_AUTH=false
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to