<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Solr with SSL in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Solr-with-SSL/m-p/720906#M21601</link>
    <description>&lt;P&gt;Can you tell me more why you are using SOLR?&amp;nbsp; It is not required by SAS for the most part, but is required by some SAS 9.4 Solutions.&amp;nbsp; If you are using SOLR due to the requirement of a SAS Solution, you can only use versions of SOLR that have been "certified" by that Solution.&lt;/P&gt;
&lt;P&gt;If you are using SOLR due to your own IT requirements, then please work with SOLR to resolve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 14:18:42 GMT</pubDate>
    <dc:creator>MargaretC</dc:creator>
    <dc:date>2021-02-22T14:18:42Z</dc:date>
    <item>
      <title>Solr with SSL</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Solr-with-SSL/m-p/720113#M21565</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have upgraded solr from 5.5.5 to 8.6.2 version. The unsecured version of this upgrade is working as expected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whereas, when i configure solr with SSL i am getting below errors. Solr-8.6.2 is expecting java8 version and i have downloaded from Oracle with open jDK "jdk1.8.0_281" .&lt;/P&gt;
&lt;P&gt;The configured SSL's are working fine with 5.5.5 but not with 8.6.2.&lt;/P&gt;
&lt;P&gt;Solr.log stops after the below step&lt;/P&gt;
&lt;P&gt;INFO (main) [ ] o.e.j.u.s.SslContextFactory x509=X509@15cea7b0(168752868709204338503839cn=xxxxxxxxx, o=xxxxxxxxxx, l=xxxx, st=xxx, c=xxcn=xx internal issuing ad ca - xxx p01, dc=xxx, dc=xxx, dc=com, dc=au,h=[xxxxxxxxxxxxxxxxxxxxxxxxx],&lt;FONT color="#FF0000"&gt;w=[]) for&lt;/FONT&gt; &lt;A href="mailto:Server@29c5ee1d[provider=null,keyStore=file:///truststore.jks,trustStore=file:///truststore.jks]" target="_blank"&gt;Server@29c5ee1d[provider=null,keyStore=file:///truststore.jks,trustStore=file:///truststore.jks]&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure what is this W for and its value is coming as null.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;java.lang.reflect.InvocationTargetException&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.eclipse.jetty.start.Main.invokeMain(Main.java:218)&lt;BR /&gt;at org.eclipse.jetty.start.Main.start(Main.java:491)&lt;BR /&gt;at org.eclipse.jetty.start.Main.main(Main.java:77)&lt;BR /&gt;Caused by: java.lang.NullPointerException&lt;BR /&gt;at org.eclipse.jetty.util.ssl.SslContextFactory.getKeyManagers(SslContextFactory.java:1234)&lt;BR /&gt;at org.eclipse.jetty.util.ssl.SslContextFactory$Server.getKeyManagers(SslContextFactory.java:2260)&lt;BR /&gt;at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:374)&lt;BR /&gt;at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:245)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)&lt;BR /&gt;at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:97)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)&lt;BR /&gt;at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:321)&lt;BR /&gt;at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81)&lt;BR /&gt;at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:231)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)&lt;BR /&gt;at org.eclipse.jetty.server.Server.doStart(Server.java:385)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)&lt;BR /&gt;at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$1(XmlConfiguration.java:1924)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1873)&lt;BR /&gt;... 7 more&lt;BR /&gt;java.lang.reflect.InvocationTargetException&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly share any ideas to resolve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks In Advance,&lt;BR /&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 06:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Solr-with-SSL/m-p/720113#M21565</guid>
      <dc:creator>sandeep_reddy</dc:creator>
      <dc:date>2021-02-18T06:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Solr with SSL</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Solr-with-SSL/m-p/720906#M21601</link>
      <description>&lt;P&gt;Can you tell me more why you are using SOLR?&amp;nbsp; It is not required by SAS for the most part, but is required by some SAS 9.4 Solutions.&amp;nbsp; If you are using SOLR due to the requirement of a SAS Solution, you can only use versions of SOLR that have been "certified" by that Solution.&lt;/P&gt;
&lt;P&gt;If you are using SOLR due to your own IT requirements, then please work with SOLR to resolve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 14:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Solr-with-SSL/m-p/720906#M21601</guid>
      <dc:creator>MargaretC</dc:creator>
      <dc:date>2021-02-22T14:18:42Z</dc:date>
    </item>
  </channel>
</rss>

