<div dir="ltr"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>We do have ALLOWED_HOSTS = '*' in /etc/pulp/settings.py</div></blockquote><div><br></div><div>This variable must be a list, not sure if that is the problem.</div><div><br></div><div><font size="4"><span style="font-family:monospace">ALLOWED_HOSTS = ['*']</span></font></div><div><br></div><div>As environment variable it would be <span style="font-family:monospace">export PULP_ALLOWED_HOSTS="['*']"</span><br></div><div><br></div><div><a href="https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts">https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts</a></div><div><br></div></div>