<?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: How to access https management port from my application when enablesplunkdSSL=true? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-access-https-management-port-from-my-application-when/m-p/227818#M6445</link>
    <description>&lt;P&gt;Its an certificate error.Self signed certificate error. So i allowed my webserver to make request to the self signed certificate https port, which by default is blocked as by the rules and regulation of CORS.&lt;BR /&gt;
In node.js i added the following piece of code:&lt;BR /&gt;
    &lt;CODE&gt;process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2015 09:25:23 GMT</pubDate>
    <dc:creator>kartik13</dc:creator>
    <dc:date>2015-11-18T09:25:23Z</dc:date>
    <item>
      <title>How to access https management port from my application when enablesplunkdSSL=true?</title>
      <link>https://community.splunk.com/t5/Security/How-to-access-https-management-port-from-my-application-when/m-p/227817#M6444</link>
      <description>&lt;P&gt;I am making a call from a node to a Splunk instance i.e. 8089 port which is running by default on https protocol and uses Splunk Default Certfiicate. So when I make changes to enableSplunkdSSL = false, I am able to access the the 8089 port from my application through http protocol, but when enable it to true with these configuration:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sslConfig]
enableSplunkdSSL = true
sslKeysfilePassword = ***************
sslKeysfile = server.pem
caCertFile = cacert.pem
caPath = C:/Program Files/Splunk/etc/auth
requireClientCert =false
sslVerifyServerCert =false
certCreateScript = C:/Program Files/Splunk/bin/genSignedServerCert.py
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am not able to hit the the Splunk instance. It's giving me a node error. Does any body know what is the issue here?&lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 07:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-access-https-management-port-from-my-application-when/m-p/227817#M6444</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2015-11-16T07:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to access https management port from my application when enablesplunkdSSL=true?</title>
      <link>https://community.splunk.com/t5/Security/How-to-access-https-management-port-from-my-application-when/m-p/227818#M6445</link>
      <description>&lt;P&gt;Its an certificate error.Self signed certificate error. So i allowed my webserver to make request to the self signed certificate https port, which by default is blocked as by the rules and regulation of CORS.&lt;BR /&gt;
In node.js i added the following piece of code:&lt;BR /&gt;
    &lt;CODE&gt;process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 09:25:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-access-https-management-port-from-my-application-when/m-p/227818#M6445</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2015-11-18T09:25:23Z</dc:date>
    </item>
  </channel>
</rss>

