Hello there:
I am using the Solr 8.4.0.

I am trying to figure out how I can set setExcludeCipherSuites to filter
the unsecure Ciphers from the
org.eclipse.jetty.util.ssl.SslContextFactory$Client.

I am able to do the same with
org.eclipse.jetty.util.ssl.SslContextFactory$Server by adding the
setExcludeCipherSuites in the /etc/jetty-ssl.xml file.

<Configure id="sslContextFactory"
class="org.eclipse.jetty.util.ssl.SslContextFactory$Server">
<Call name="setExcludeCipherSuites">
    <Arg>
      <Array type="String">
       ......
       ......
      </Array>
    </Arg>
</Call>
</Configure>

But I am not sure whether the same can be done for
org.eclipse.jetty.util.ssl.SslContextFactory$Client to add
setExcludeCipherSuites. If I add similar config for Client its not taking
effect.

Any help is appreciated.

Thanks and Regards

Girish B Chandrasekhar

Reply via email to