<?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: Web Server location in Splunk SOAR</title>
    <link>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683888#M1474</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265618"&gt;@stevenbo&lt;/a&gt;&amp;nbsp;I am curious why you need to do this tbh.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You may also find that your current setup will be unsupported after your changes. Always best to get some top cover from Splunk Support, especially if it's going to be a production system.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 08:36:04 GMT</pubDate>
    <dc:creator>phanTom</dc:creator>
    <dc:date>2024-04-11T08:36:04Z</dc:date>
    <item>
      <title>Web Server location</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683693#M1470</link>
      <description>&lt;P&gt;Where is the web server actually installed to and ran from for SOAR in a RHEL environment? Unlike Splunk Web UI where I can modify the web.conf file, for SOAR I only see a massive amount of py files everywhere. I need to figure out where it actually starts and sets it's paths. Specifically where SSL is chosen. Assume I have installed SOAR to /data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any assistance!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 14:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683693#M1470</guid>
      <dc:creator>stevenbo</dc:creator>
      <dc:date>2024-04-09T14:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server location</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683737#M1471</link>
      <description>&lt;P&gt;In SOAR, the webserver is nginx. It has a configuration file at: ($SOARDIR$= your soar/phantom install directory. E.g. /opt/phantom or /data)&amp;nbsp;&lt;/P&gt;&lt;P&gt;$SOARDIR$/usr/nginx/conf/phantom-nginx-server.conf&lt;/P&gt;&lt;P&gt;... which includes the config in conf.d:&lt;/P&gt;&lt;P&gt;$SOARDIR$/usr/nginx/conf/conf.d/phantom-nginx-server.conf&lt;/P&gt;&lt;P&gt;which sets the SSL options:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  ssl_certificate     /opt/phantom/etc/ssl/certs/httpd_cert.crt;
  ssl_certificate_key /opt/phantom/etc/ssl/private/httpd_cert.key;
  ssl_protocols       TLSv1.2 TLSv1.3;
  ssl_prefer_server_ciphers on;
  ssl_ciphers         
  ssl_session_cache   shared:TLS:2m;
  ssl_dhparam /opt/phantom/etc/ssl/dhparams.pem;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 20:12:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683737#M1471</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-04-09T20:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server location</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683839#M1473</link>
      <description>&lt;P&gt;Thank you for the response. After a lot of digging and looking through py files and scripts, I did manage to find those 2 conf files. I was able to successfully disable SSL and access via http, the weird thing is on some machines, I am unable to login, I receive a 403 error (SOAR outputs as "Login Prevented. Please close your browser and try again"), on others, I can log in with no issue. I cannot find anything in the nginx confs that would cause this issue. It is assumably a local issue to those machines, but I would like to track it down so I can ensure it won't be a problem in the environment we intend to use. I know Django and UWSGI are also playing roles in this configuration, but I am not sure what those roles are.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 17:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683839#M1473</guid>
      <dc:creator>stevenbo</dc:creator>
      <dc:date>2024-04-10T17:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server location</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683888#M1474</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265618"&gt;@stevenbo&lt;/a&gt;&amp;nbsp;I am curious why you need to do this tbh.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You may also find that your current setup will be unsupported after your changes. Always best to get some top cover from Splunk Support, especially if it's going to be a production system.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 08:36:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683888#M1474</guid>
      <dc:creator>phanTom</dc:creator>
      <dc:date>2024-04-11T08:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server location</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683950#M1475</link>
      <description>&lt;P&gt;Going the route I am inquiring about is not my preference. I have kind of a convoluted internal network. I have requests in with my network team to get ssl passed through to where I need it and in the meantime am just trying to consider other options in case they can't make it work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 17:38:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Web-Server-location/m-p/683950#M1475</guid>
      <dc:creator>stevenbo</dc:creator>
      <dc:date>2024-04-11T17:38:59Z</dc:date>
    </item>
  </channel>
</rss>

