<?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: Disable HTTPS in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/260216#M96838</link>
    <description>&lt;P&gt;Hi, may I know how do you downgrade the SSL.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 03:33:41 GMT</pubDate>
    <dc:creator>newuser123</dc:creator>
    <dc:date>2019-05-08T03:33:41Z</dc:date>
    <item>
      <title>Disable HTTPS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/120623#M96833</link>
      <description>&lt;P&gt;I am running pfBlockerNG.&lt;/P&gt;&lt;P&gt;It cannot connect to Minemeld because of the self-signed certificate.&lt;/P&gt;&lt;P&gt;This is for my home, so I don't have a signed certificate to use.&lt;/P&gt;&lt;P&gt;Is it possible to simply disable SSL on the web server so I can get past the cert error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2016 02:17:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/120623#M96833</guid>
      <dc:creator>jonjon</dc:creator>
      <dc:date>2016-10-23T02:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disable HTTPS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/120710#M96834</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/49313"&gt;@jonjon﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you can disable HTTPS by tweaking the nginx config in /etc/nginx/sites-enabled/minemeld-web, but I would strongly recommend against this for security reasons. Couldn't you create a new CA and a new certificate for MineMeld and add the CA to the list of trusted CAs of pfBlockerNG instead ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 07:21:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/120710#M96834</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-10-24T07:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disable HTTPS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/121368#M96835</link>
      <description>&lt;P&gt;I remarked out the https redirect and was able to the main page to run without encryption.&lt;/P&gt;&lt;P&gt;However, I still could not get to the feeds pages without doing https.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to add trusted CAs to pfblockerng to work that angle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really only need the feeds pages to be unencrypted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that can only be acheived by unencyrpting the entire site, I'm not worried about the lost security. This is only for my home. And if someone is actually sniffing my packets or MitM on my home network, I've far far bigger problems than any data exposed from Minemeld.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 00:53:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/121368#M96835</guid>
      <dc:creator>jonjon</dc:creator>
      <dc:date>2016-10-26T00:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disable HTTPS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/121692#M96836</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/49313"&gt;@jonjon﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DISCLAIMER: do this only for testing and only if it is really needed, never never in&amp;nbsp;production !&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Easy way is editing /etc/nginx/sites-enabled/minemeld-web file and change the first lines. Comment out the first &lt;EM&gt;server&lt;/EM&gt; stanza, and change the &lt;EM&gt;server&lt;/EM&gt; stanza to listen on port 80 with no ssl:&lt;/P&gt;
&lt;PRE&gt;upstream app_server {&lt;BR /&gt;    server 127.0.0.1:5000 fail_timeout=0;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;# server {
#    listen 80;
#    server_name ~(.+)$;
#    return 301 https://$1$request_uri;
# }
&lt;/STRONG&gt;
server {
&lt;STRONG&gt;    listen 80;&lt;BR /&gt;&lt;/STRONG&gt;[...]&lt;/PRE&gt;
&lt;P&gt;And then:&lt;/P&gt;
&lt;PRE&gt;$ sudo service nginx restart&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Oct 2016 10:04:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/121692#M96836</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-10-27T10:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disable HTTPS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/121921#M96837</link>
      <description>&lt;P&gt;I tried this.&lt;/P&gt;&lt;P&gt;The result is:&lt;/P&gt;&lt;P&gt;http://server/feeds/inboundfeedhc &amp;nbsp;is not accessible at all.&lt;/P&gt;&lt;P&gt;Auhtentication fails when trying to log in to the main page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;However, I found the answer.&lt;/P&gt;&lt;P&gt;Turns out pfblockerng has a state setting, "FLEX", to downgrade the SSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's working now. Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 01:47:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/121921#M96837</guid>
      <dc:creator>jonjon</dc:creator>
      <dc:date>2016-10-28T01:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disable HTTPS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/260216#M96838</link>
      <description>&lt;P&gt;Hi, may I know how do you downgrade the SSL.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 03:33:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disable-https/m-p/260216#M96838</guid>
      <dc:creator>newuser123</dc:creator>
      <dc:date>2019-05-08T03:33:41Z</dc:date>
    </item>
  </channel>
</rss>

