<?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 - NGINX reverse proxy in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-nginx-reverse-proxy/m-p/315875#M96125</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Honestly, I haven't looked any further into this. Sorry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2020 20:26:04 GMT</pubDate>
    <dc:creator>rhysxevans</dc:creator>
    <dc:date>2020-03-11T20:26:04Z</dc:date>
    <item>
      <title>Minemeld - NGINX reverse proxy</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-nginx-reverse-proxy/m-p/256628#M96123</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to setup a minemeld server (docker image&amp;nbsp;&lt;A href="https://hub.docker.com/r/jtschichold/minemeld/" target="_blank"&gt;https://hub.docker.com/r/jtschichold/minemeld/&lt;/A&gt; ) behind a Nginx reverse proxy. This however is to be hosted on a subpath, however I cant seem to get the authentication to work (This all works correctly is i don't use a subpath). In other apps, I have the option to set teh app base path etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My "frontend" nginx configuration is as per below&amp;nbsp; (nginx/1.15.9 via nginx official docker image)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;http {

  server {
      listen 80;
      return 301 https://$host$request_uri;
  }

  server {
      listen 443 ssl;

      access_log            /var/log/nginx/nginx.access.log;
      error_log            /var/log/nginx/nginx.error.log;

      ssl_certificate           /etc/pki/tls/certs/proxy.crt;
      ssl_certificate_key       /etc/pki/tls/private/proxy.key;
      ssl_trusted_certificate   /etc/nginx/certs/root-ca.pem;
      ssl_prefer_server_ciphers on;
      ssl_session_cache         shared:SSL:10m;
      ssl_session_timeout       5m;
      ssl_protocols             TLSv1.1 TLSv1.2 TLSv1.3;
      ssl_ciphers               "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA HIGH !RC4 !aNULL !eNULL !LOW !3DES !DES !MD5 !EXP !PSK !SRP !DSS";
      server_tokens             off;

      location /threat/ {
          proxy_pass https://minemeld/;
          #proxy_set_header Host $http_host;
          #proxy_redirect     off;
      }
      location / {
          proxy_pass https://kibana:5601/;
      }

  }&lt;/PRE&gt;&lt;P&gt;Any idea's on how best to do this ? I have tried numerous configurations for the "threat" locatin woth no luck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 16:43:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-nginx-reverse-proxy/m-p/256628#M96123</guid>
      <dc:creator>rhysxevans</dc:creator>
      <dc:date>2019-04-08T16:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld - NGINX reverse proxy</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-nginx-reverse-proxy/m-p/315830#M96124</link>
      <description>&lt;P&gt;I'm trying to do the same thing and have the same issues. Any progress?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 18:49:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-nginx-reverse-proxy/m-p/315830#M96124</guid>
      <dc:creator>Nathaniel_Hall</dc:creator>
      <dc:date>2020-03-11T18:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld - NGINX reverse proxy</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-nginx-reverse-proxy/m-p/315875#M96125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Honestly, I haven't looked any further into this. Sorry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 20:26:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-nginx-reverse-proxy/m-p/315875#M96125</guid>
      <dc:creator>rhysxevans</dc:creator>
      <dc:date>2020-03-11T20:26:04Z</dc:date>
    </item>
  </channel>
</rss>

