on 2019 May 02 10:20 AM
Hybris version : 5.6 Solr: 4.6.1
One need to change in the jetty.xml file.
Just uncomment the below mention lines, and comment the configuration for HTTP. Note: Both can not run simultaneously.
<Call name="addConnector">
<Arg>
<New class="org.ee.jetty.server.ssl.SslSelectChannelConnector">
<Arg>
<New class="org.ee.jetty.http.ssl.SslContextFactory">
<Set name="keyStore"><SystemProperty name="jetty.home" default="."/>/etc/solrtest.keystore</Set>
<Set name="keyStorePassword">secret</Set>
<Set name="needClientAuth"><SystemProperty name="jetty.ssl.clientAuth" default="false"/></Set>
</New>
</Arg>
<Set name="port"><SystemProperty name="jetty.ssl.port" default="8984"/></Set>
<Set name="maxIdleTime">30000</Set>
</New>
</Arg>
</Call>
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.