<?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: SSL configuration of controller with load balancer setup in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724848#M4417</link>
    <description>&lt;P&gt;I have used below command to geneated the pair&lt;/P&gt;
&lt;P&gt;&amp;gt; i have puted the alias name for SAN and CN as primary controller&lt;/P&gt;

&lt;P&gt;keytool -genkeypair -keyalg RSA -keysize 2048&amp;nbsp; -validity 1825 -alias s1as -ext SAN=dns:Load balncer alias (example.com)&amp;nbsp;-keystore keystore.jks -storetype JKS -dname "CN=priamry controller server name,OU=Test, O=XYZ, L=Country, ST=CITY, C=SE"&lt;/P&gt;


&lt;P&gt;I have imported root certificate alereay but still getting issue&lt;/P&gt;

&lt;P&gt;Is there anything missed by me in above command ?&lt;/P&gt;

&lt;P&gt;just for info we have other envirment where no load balancer concept and for that it is applied successfully&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2017 10:41:58 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-11-15T10:41:58Z</dc:date>
    <item>
      <title>SSL configuration of controller with load balancer setup</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724846#M4415</link>
      <description>Hi ,  &lt;BR /&gt;&lt;BR /&gt;I have installed 4.3 controller and used load balancer to configure the HA setup .&lt;BR /&gt;&lt;BR /&gt;Next steps is for ssl configuration for that I have performed the below steps &lt;BR /&gt;&lt;BR /&gt;1- Requested certificate key tool &lt;BR /&gt;2- installed root Certificates &lt;BR /&gt;3- tried to import certificate received by authorities but failed&lt;BR /&gt;&lt;BR /&gt;Error :  "Failed to establish chain from reply"&lt;BR /&gt;&lt;BR /&gt;Please assist on this</description>
      <pubDate>Tue, 14 Nov 2017 17:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724846#M4415</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-11-14T17:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSL configuration of controller with load balancer setup</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724847#M4416</link>
      <description>&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;If you get the error "Failed to establish chain from reply", install the issuing Certificate Authority's root and any intermediate certificates into the keystore. The root CA chain establishes the validity of the CA signature on your certificate. Although most common root CA chains are included in the bundled JVM's trust store, you may need to import additional root certificates, such as certificates belonging to a private CA. To do so:&lt;/P&gt;
&lt;DIV class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code"&gt;
&lt;DIV class="codeContent panelContent pdl"&gt;
&lt;DIV&gt;
&lt;DIV id="highlighter_42325" class="syntaxhighlighter sh-confluence nogutter  java"&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="code"&gt;
&lt;DIV class="container" title="Hint: double-click to select code"&gt;
&lt;DIV class="line number1 index0 alt2"&gt;&lt;CODE class="java plain"&gt;keytool -&lt;/CODE&gt;&lt;CODE class="java keyword"&gt;import&lt;/CODE&gt; &lt;CODE class="java plain"&gt;-alias [Any_alias] -file &amp;lt;path_to_root_or_intermediate_cert&amp;gt; -keystore &amp;lt;controller_home&amp;gt;/appserver/glassfish/domains/domain1/config/keystore.jks&lt;/CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; When done importing the certificate chain, try importing the signed certificate again.&lt;/P&gt;

&lt;P&gt;See&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO43/Controller+SSL+and+Certificates" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Controller+SSL+and+Certificates&lt;/A&gt; -- Step 9.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 22:31:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724847#M4416</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-11-14T22:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSL configuration of controller with load balancer setup</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724848#M4417</link>
      <description>&lt;P&gt;I have used below command to geneated the pair&lt;/P&gt;
&lt;P&gt;&amp;gt; i have puted the alias name for SAN and CN as primary controller&lt;/P&gt;

&lt;P&gt;keytool -genkeypair -keyalg RSA -keysize 2048&amp;nbsp; -validity 1825 -alias s1as -ext SAN=dns:Load balncer alias (example.com)&amp;nbsp;-keystore keystore.jks -storetype JKS -dname "CN=priamry controller server name,OU=Test, O=XYZ, L=Country, ST=CITY, C=SE"&lt;/P&gt;


&lt;P&gt;I have imported root certificate alereay but still getting issue&lt;/P&gt;

&lt;P&gt;Is there anything missed by me in above command ?&lt;/P&gt;

&lt;P&gt;just for info we have other envirment where no load balancer concept and for that it is applied successfully&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 10:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724848#M4417</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-11-15T10:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSL configuration of controller with load balancer setup</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724849#M4418</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/57406"&gt;@Vasu.Ramachandran&lt;/A&gt;&amp;nbsp;-- please ask one of your team members to assist.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 16:32:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724849#M4418</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-11-15T16:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSL configuration of controller with load balancer setup</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724850#M4419</link>
      <description>&lt;P&gt;Could you let us know how the LB and Controller are configured?&lt;/P&gt;

&lt;P&gt;1) Are you terminating SSL on LB or is it SSL at LB as well as Controller?&lt;/P&gt;
&lt;P&gt;2) After generating the CSR and getting it signed, did you import both the root and intermediate certificates in the chain?&lt;/P&gt;
&lt;P&gt;3) Would you be able to list the contents of the Keystore and also share the logs where you see the error?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Saradhi&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724850#M4419</guid>
      <dc:creator>Saradhi_Pothara</dc:creator>
      <dc:date>2017-11-20T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSL configuration of controller with load balancer setup</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724851#M4420</link>
      <description>&lt;P&gt;I am terminating SSL at LB and now i have applied CSR on with LB name and applied on both the HA controller Node with root certificate which is working as expected&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thanks for response&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 13:15:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/SSL-configuration-of-controller-with-load-balancer-setup/m-p/724851#M4420</guid>
      <dc:creator>dhirendra_singh</dc:creator>
      <dc:date>2018-01-15T13:15:04Z</dc:date>
    </item>
  </channel>
</rss>

