<?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: Splunk App and Add-on for AppDynamics: Where do I need to place AppDynamics certificates in order to configure HTTPS? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353998#M42822</link>
    <description>&lt;P&gt;I added the self-signed root certificate authority to the end of the cacert.pem file, but am still getting the error. Any other suggestions?&lt;/P&gt;</description>
    <pubDate>Fri, 24 Aug 2018 19:41:18 GMT</pubDate>
    <dc:creator>kcepull2</dc:creator>
    <dc:date>2018-08-24T19:41:18Z</dc:date>
    <item>
      <title>Splunk App and Add-on for AppDynamics: Where do I need to place AppDynamics certificates in order to configure HTTPS?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353994#M42818</link>
      <description>&lt;P&gt;When I am configuring HTTPS url in the Splunk Add-on for AppDynamics, I'm getting SSL certificate error. I placed certificates in tempcerts folder but still I'm getting same error. Can anyone please let me know how I can resolve this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 14:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353994#M42818</guid>
      <dc:creator>cchange</dc:creator>
      <dc:date>2017-03-14T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App and Add-on for AppDynamics: Where do I need to place AppDynamics certificates in order to configure HTTPS?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353995#M42819</link>
      <description>&lt;P&gt;I believe the certs will need to be in the cert store for the operating system.   The input will try to use  OS certificate store to validate the server certificate.   Hope this helps...&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 17:13:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353995#M42819</guid>
      <dc:creator>tomm_splunk</dc:creator>
      <dc:date>2017-03-15T17:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App and Add-on for AppDynamics: Where do I need to place AppDynamics certificates in order to configure HTTPS?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353996#M42820</link>
      <description>&lt;P&gt;I need to provide my AppD secure URL as a input to Add-on. When I provide https URL, I'm getting SSL certificate error. Can you please let me know where I need to import\place AppD certificate on AppD app directory ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 13:30:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353996#M42820</guid>
      <dc:creator>cchange</dc:creator>
      <dc:date>2017-03-16T13:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App and Add-on for AppDynamics: Where do I need to place AppDynamics certificates in order to configure HTTPS?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353997#M42821</link>
      <description>&lt;P&gt;Secure method:&lt;BR /&gt;
append your CA's certificate that had signed the AppDynamics  web_server cert to the TA’s list of trusted + verified providers in this file: &lt;CODE&gt;$SPLUNK_HOME/etc/apps/Splunk_TA_AppDynamics/bin/splunk_ta_appdynamics/requests/cacert.pem&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;-OR-&lt;BR /&gt;
Insecure method aka &lt;STRONG&gt;"Luuudicrous Mode."&lt;/STRONG&gt; &lt;BR /&gt;
Disable SSL verify &lt;BR /&gt;
$SPLUNK_HOME/etc/apps/Splunk_TA_AppDynamics/bin/splunk_ta_appdynamics/modinput_wrapper/base_modinput.py&lt;/P&gt;

&lt;P&gt;line 474:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;headers=headers, cookies=cookies, verify=True, cert=cert
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Change to:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;headers=headers, cookies=cookies, verify=False, cert=cert
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353997#M42821</guid>
      <dc:creator>georgen_splunk</dc:creator>
      <dc:date>2020-09-29T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App and Add-on for AppDynamics: Where do I need to place AppDynamics certificates in order to configure HTTPS?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353998#M42822</link>
      <description>&lt;P&gt;I added the self-signed root certificate authority to the end of the cacert.pem file, but am still getting the error. Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 19:41:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353998#M42822</guid>
      <dc:creator>kcepull2</dc:creator>
      <dc:date>2018-08-24T19:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App and Add-on for AppDynamics: Where do I need to place AppDynamics certificates in order to configure HTTPS?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353999#M42823</link>
      <description>&lt;P&gt;Do you have a proxy server between the forwarder and AppDynamics controller?    If so, you'll need to configure that in the add-on's settings.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 20:17:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-and-Add-on-for-AppDynamics-Where-do-I-need-to-place/m-p/353999#M42823</guid>
      <dc:creator>tmartin14</dc:creator>
      <dc:date>2018-08-24T20:17:01Z</dc:date>
    </item>
  </channel>
</rss>

