<?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: Minemeld on CentOS behind corporate proxy? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163776#M99059</link>
    <description>&lt;P&gt;As far as I can figure out, this is related to Minemeld on CentOS 7 only. Works great on Ubuntu.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would like to hear if anyone has been able to make it work with CentOS and proxies.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 07:02:37 GMT</pubDate>
    <dc:creator>ArildSaether</dc:creator>
    <dc:date>2017-06-29T07:02:37Z</dc:date>
    <item>
      <title>Minemeld behind corporate proxy?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163217#M99057</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There doesn't seem to be anything official on how to set up Minemeld to use corporate proxies. When trying to contact external URLs from within minemeld, it does not respect the proxy settings in either /etc/profile or /etc/default. It tries to access the Internet directly, and fails miserably, of course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I make Minemeld hit the proxies?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, I am using CentOS for this installation, but I don't think that should matter much.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:07:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163217#M99057</guid>
      <dc:creator>ArildSaether</dc:creator>
      <dc:date>2017-06-26T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld behind corporate proxy?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163469#M99058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/59227"&gt;@ArildSaether&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;please see my answer to your previous thread, /etc/default/minemeld is honored (just remember the "export" command before the vars).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;luigi&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 17:20:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163469#M99058</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-06-27T17:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld on CentOS behind corporate proxy?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163776#M99059</link>
      <description>&lt;P&gt;As far as I can figure out, this is related to Minemeld on CentOS 7 only. Works great on Ubuntu.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would like to hear if anyone has been able to make it work with CentOS and proxies.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 07:02:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163776#M99059</guid>
      <dc:creator>ArildSaether</dc:creator>
      <dc:date>2017-06-29T07:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld on CentOS behind corporate proxy?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163790#M99060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/59227"&gt;@ArildSaether&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;CentOS 7 uses systemd, you can use a systemd override to supply environment variables to minemeld service. The following command creates an override for minemeld service and opens an editor where you can edit the override file:&lt;/P&gt;
&lt;PRE&gt;$ sudo systemctl edit minemeld&lt;/PRE&gt;
&lt;P&gt;Copy&amp;amp;paste the following content (change the proxy address first :-)):&lt;/P&gt;
&lt;PRE&gt;[Service]
Environment="HTTP_PROXY=http://192.168.55.1:8080"
Environment="HTTPS_PROXY=http://192.168.55.1:8080"&lt;/PRE&gt;
&lt;P&gt;And then:&lt;/P&gt;
&lt;PRE&gt;$ sudo systemctl restart minemeld&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 08:24:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163790#M99060</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-06-29T08:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld on CentOS behind corporate proxy?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163807#M99061</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;That worked perfectly. But maybe that should be included in the documentation for CentOS7/RHEL7 and Minemeld? It's hard to see how to make it work with a proxy without that nugget of insight.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also needed to change the sudoers file in order to install behind a proxy, adding:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Defaults  env_keep += "http_proxy"
Defaults  env_keep += "https_proxy"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;in order for the environment variables to be kept when ansible does something with elevated privileges.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 09:42:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/163807#M99061</guid>
      <dc:creator>ArildSaether</dc:creator>
      <dc:date>2017-06-29T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld on CentOS behind corporate proxy?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/164228#M99062</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/59227"&gt;@ArildSaether&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;yes, that's definitely a good point. We will add it to the docs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2017 08:24:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-behind-corporate-proxy/m-p/164228#M99062</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-07-02T08:24:03Z</dc:date>
    </item>
  </channel>
</rss>

