<?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: When Accessing Splunk Mobile Access Server URL, Nothing is Displayed in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/When-Accessing-Splunk-Mobile-Access-Server-URL-Nothing-is/m-p/140378#M5273</link>
    <description>&lt;P&gt;This behavior can be experienced if there is another service on the computer which listens on port 443.  There are two ways in which you can change the port on which the Mobile Server is accessible.&lt;/P&gt;

&lt;H2&gt;Method 1:&lt;/H2&gt;

&lt;OL&gt;
&lt;LI&gt;Stop whatever service on your computer is using port 443&lt;/LI&gt;
&lt;LI&gt;Restart the Mobile Server&lt;/LI&gt;
&lt;LI&gt;Go to Start &amp;gt; Run&lt;/LI&gt;
&lt;LI&gt;Type services.msc and press Enter&lt;/LI&gt;
&lt;LI&gt;In the Services application, locate the SplunkMobileAccessServer service&lt;/LI&gt;
&lt;LI&gt;Right click on the service and select Restart&lt;/LI&gt;
&lt;LI&gt;When the Mobile Server is running you should now be able to access it at &lt;A href="https://localhost" target="_blank"&gt;https://localhost&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;During the initial setup you will be prompted for a port to use&lt;/LI&gt;
&lt;LI&gt;Select an unused port and save the configuration&lt;/LI&gt;
&lt;LI&gt;At the end of the configuration process the Mobile Server is restarted.&lt;/LI&gt;
&lt;LI&gt;After this, it will be listening on your new port and you can once again start the service that uses port 443&lt;/LI&gt;
&lt;/OL&gt;

&lt;H2&gt;Method 2:&lt;/H2&gt;

&lt;OL&gt;
&lt;LI&gt;Stop Mobile Server&lt;/LI&gt;
&lt;LI&gt;Go to Start &amp;gt; Run&lt;/LI&gt;
&lt;LI&gt;Type services.msc and press Enter&lt;/LI&gt;
&lt;LI&gt;In the Services application, locate the SplunkMobileAccessServer service&lt;/LI&gt;
&lt;LI&gt;Right click on the service and select Stop&lt;/LI&gt;
&lt;LI&gt;Use a text editor to edit the $SPLUNK_INSTALL_DIRECTORY/server/config/config_local.json file and set a non-standard port on which your Mobile Server should listen&lt;/LI&gt;
&lt;LI&gt;The fourth line of this file specifies the port
&lt;CODE&gt;"port": "443"&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Change the port number to an unused port (preferably greater than 1024) Eg: &lt;CODE&gt;"port": "8443"&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Save the changes to the file&lt;/LI&gt;
&lt;LI&gt;Start Mobile Server&lt;/LI&gt;
&lt;LI&gt;Go to Start &amp;gt; Run&lt;/LI&gt;
&lt;LI&gt;Type services.msc and press Enter&lt;/LI&gt;
&lt;LI&gt;In the Services application, locate the SplunkMobileAccessServer service&lt;/LI&gt;
&lt;LI&gt;Right click on the service and select Start &lt;/LI&gt;
&lt;LI&gt;You should now be able to access the Mobile server on the new port.
Eg: &lt;A href="https://localhost:8443" target="_blank"&gt;https://localhost:8443&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 28 Sep 2020 17:03:19 GMT</pubDate>
    <dc:creator>bpaul_splunk</dc:creator>
    <dc:date>2020-09-28T17:03:19Z</dc:date>
    <item>
      <title>When Accessing Splunk Mobile Access Server URL, Nothing is Displayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/When-Accessing-Splunk-Mobile-Access-Server-URL-Nothing-is/m-p/140377#M5272</link>
      <description>&lt;P&gt;I installed Splunk Mobile Server on a Windows computer.  The script completed and said the server could be accessed by going to &lt;A href="https://localhost"&gt;https://localhost&lt;/A&gt;.  When I go to this page, I see the expected warning about a self-signed certificate.  After accepting the certificate however, nothing happens.  The page just stays solid white.  Why does this occur?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jul 2014 21:40:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/When-Accessing-Splunk-Mobile-Access-Server-URL-Nothing-is/m-p/140377#M5272</guid>
      <dc:creator>bpaul_splunk</dc:creator>
      <dc:date>2014-07-13T21:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: When Accessing Splunk Mobile Access Server URL, Nothing is Displayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/When-Accessing-Splunk-Mobile-Access-Server-URL-Nothing-is/m-p/140378#M5273</link>
      <description>&lt;P&gt;This behavior can be experienced if there is another service on the computer which listens on port 443.  There are two ways in which you can change the port on which the Mobile Server is accessible.&lt;/P&gt;

&lt;H2&gt;Method 1:&lt;/H2&gt;

&lt;OL&gt;
&lt;LI&gt;Stop whatever service on your computer is using port 443&lt;/LI&gt;
&lt;LI&gt;Restart the Mobile Server&lt;/LI&gt;
&lt;LI&gt;Go to Start &amp;gt; Run&lt;/LI&gt;
&lt;LI&gt;Type services.msc and press Enter&lt;/LI&gt;
&lt;LI&gt;In the Services application, locate the SplunkMobileAccessServer service&lt;/LI&gt;
&lt;LI&gt;Right click on the service and select Restart&lt;/LI&gt;
&lt;LI&gt;When the Mobile Server is running you should now be able to access it at &lt;A href="https://localhost" target="_blank"&gt;https://localhost&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;During the initial setup you will be prompted for a port to use&lt;/LI&gt;
&lt;LI&gt;Select an unused port and save the configuration&lt;/LI&gt;
&lt;LI&gt;At the end of the configuration process the Mobile Server is restarted.&lt;/LI&gt;
&lt;LI&gt;After this, it will be listening on your new port and you can once again start the service that uses port 443&lt;/LI&gt;
&lt;/OL&gt;

&lt;H2&gt;Method 2:&lt;/H2&gt;

&lt;OL&gt;
&lt;LI&gt;Stop Mobile Server&lt;/LI&gt;
&lt;LI&gt;Go to Start &amp;gt; Run&lt;/LI&gt;
&lt;LI&gt;Type services.msc and press Enter&lt;/LI&gt;
&lt;LI&gt;In the Services application, locate the SplunkMobileAccessServer service&lt;/LI&gt;
&lt;LI&gt;Right click on the service and select Stop&lt;/LI&gt;
&lt;LI&gt;Use a text editor to edit the $SPLUNK_INSTALL_DIRECTORY/server/config/config_local.json file and set a non-standard port on which your Mobile Server should listen&lt;/LI&gt;
&lt;LI&gt;The fourth line of this file specifies the port
&lt;CODE&gt;"port": "443"&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Change the port number to an unused port (preferably greater than 1024) Eg: &lt;CODE&gt;"port": "8443"&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Save the changes to the file&lt;/LI&gt;
&lt;LI&gt;Start Mobile Server&lt;/LI&gt;
&lt;LI&gt;Go to Start &amp;gt; Run&lt;/LI&gt;
&lt;LI&gt;Type services.msc and press Enter&lt;/LI&gt;
&lt;LI&gt;In the Services application, locate the SplunkMobileAccessServer service&lt;/LI&gt;
&lt;LI&gt;Right click on the service and select Start &lt;/LI&gt;
&lt;LI&gt;You should now be able to access the Mobile server on the new port.
Eg: &lt;A href="https://localhost:8443" target="_blank"&gt;https://localhost:8443&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:03:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/When-Accessing-Splunk-Mobile-Access-Server-URL-Nothing-is/m-p/140378#M5273</guid>
      <dc:creator>bpaul_splunk</dc:creator>
      <dc:date>2020-09-28T17:03:19Z</dc:date>
    </item>
  </channel>
</rss>

